#647DCA

Color #647DCA Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #647DCA

Tints of Havelock Blue #647DCA

Color information

#647DCA (or 0x647DCA) is unknown color: approx Havelock Blue. HEX triplet: 64, 7D and CA. RGB value is (100,125,202). Sum of RGB (Red+Green+Blue) = 100+125+202=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #647DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DCA is #9B8235. Grayscale: #7D7D7D. Windows color (decimal): -10191414 or 13270372. OLE color: 13270372.

HSL color Cylindrical-coordinate representation of color #647DCA: hue angle of 225.29º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #647DCA is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100125202-
CMYK0.500.3800.21
HSL225.29º49.04%59.22%-
HSV(B)225.29º50.5%79.22%-
XYZ23.2521.6458.83-
YUV126.3170.72109.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.42%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=23.42%
G=29.27%
B=47.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001252020.500.3800.21225.2949.0459.22
Hex647DCA3226015e1313b
Octal14417531262460253416173
Binary110010011111011100101011001010011001010111100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647DCA; }

 p { color: rgb(100,125,202); }

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

<style>
 a { background-color: #647DCA; }

 a { background-color: rgb(100,125,202); }

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

<style>
 span { border-color: #647DCA; }

 span { border-color: rgb(100,125,202); }

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