#647FC9

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

Shades of Havelock Blue #647FC9

Tints of Havelock Blue #647FC9

Color information

#647FC9 (or 0x647FC9) is unknown color: approx Havelock Blue. HEX triplet: 64, 7F and C9. RGB value is (100,127,201). Sum of RGB (Red+Green+Blue) = 100+127+201=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #647FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FC9 is #9B8036. Grayscale: #7F7F7F. Windows color (decimal): -10190903 or 13205348. OLE color: 13205348.

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

Color convert

RGB100127201-
CMYK0.500.3700.21
HSL223.96º48.33%59.02%-
HSV(B)223.96º50.25%78.82%-
XYZ23.3922.1158.29-
YUV127.36169.55108.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.36%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 201 (78.91% from 255) = 46.96%
R=23.36%
G=29.67%
B=46.96%

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
Decimal1001272010.500.3700.21223.9648.3359.02
Hex647FC93225015e0303b
Octal14417731162450253406073
Binary110010011111111100100111001010010101010111100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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