#647FCA

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

Shades of Havelock Blue #647FCA

Tints of Havelock Blue #647FCA

Color information

#647FCA (or 0x647FCA) is unknown color: approx Havelock Blue. HEX triplet: 64, 7F and CA. RGB value is (100,127,202). Sum of RGB (Red+Green+Blue) = 100+127+202=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #647FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FCA is #9B8035. Grayscale: #7F7F7F. Windows color (decimal): -10190902 or 13270884. OLE color: 13270884.

HSL color Cylindrical-coordinate representation of color #647FCA: hue angle of 224.12º 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 #647FCA is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100127202-
CMYK0.500.3700.21
HSL224.12º49.04%59.22%-
HSV(B)224.12º50.5%79.22%-
XYZ23.5122.1558.91-
YUV127.48170.05108.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.31%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=23.31%
G=29.60%
B=47.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001272020.500.3700.21224.1249.0459.22
Hex647FCA3225015e0313b
Octal14417731262450253406173
Binary110010011111111100101011001010010101010111100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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