#0644cd

Color #0644CD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0644CD

Tints of Persian Blue #0644CD

Color information

#0644CD (or 0x0644CD) is unknown color: approx Persian Blue. HEX triplet: 06, 44 and CD. RGB value is (6,68,205). Sum of RGB (Red+Green+Blue) = 6+68+205=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 205 (80.47% from 255 or 73.48% from 279); Max value from RGB is 205 - color contains mainly: blue. Hex color #0644CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0644CD is #F9BB32. Grayscale: #404040. Windows color (decimal): -16366387 or 13452294. OLE color: 13452294.

HSL color Cylindrical-coordinate representation of color #0644CD: hue angle of 221.31º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0644CD is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB668205-
CMYK0.970.6700.20
HSL221.31º94.31%41.37%-
HSV(B)221.31º97.07%80.39%-
XYZ13.168.5858.72-
YUV65.08206.9685.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.15%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 205 (80.47% from 255) = 73.48%
R=2.15%
G=24.37%
B=73.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6682050.970.6700.20221.3194.3141.37
Hex644CD6143014dd5e29
Octal610431514110302433513651
Binary11010001001100110111000011000011010100110111011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0644cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0644cd; }

 p { color: rgb(6,68,205); }

 H1.HeaderClassName
 {
   color: #0644cd;
 }
 .AnyTagClassName
 {
   color: #0644cd;
 }
</style>
background-color css

<style>
 a { background-color: #0644cd; }

 a { background-color: rgb(6,68,205); }

 div.DivClassName
 {
   background-color: #0644cd;
 }
 .BgClassName
 {
   background-color: #0644cd;
 }
</style>
border-color css

<style>
 span { border-color: #0644cd; }

 span { border-color: rgb(6,68,205); }

 td.TdClassName
 {
   border-color: #0644cd;
 }
 .TagClassName
 {
   border-color: #0644cd;
 }
</style>