#647FBD

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

Shades of Havelock Blue #647FBD

Tints of Havelock Blue #647FBD

Color information

#647FBD (or 0x647FBD) is unknown color: approx Havelock Blue. HEX triplet: 64, 7F and BD. RGB value is (100,127,189). Sum of RGB (Red+Green+Blue) = 100+127+189=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #647FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FBD is #9B8042. Grayscale: #7D7D7D. Windows color (decimal): -10190915 or 12418916. OLE color: 12418916.

HSL color Cylindrical-coordinate representation of color #647FBD: hue angle of 221.8º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #647FBD is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100127189-
CMYK0.470.3300.26
HSL221.8º40.27%56.67%-
HSV(B)221.8º47.09%74.12%-
XYZ22.0321.5651.14-
YUV125.99163.55109.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.04%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=24.04%
G=30.53%
B=45.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001271890.470.3300.26221.840.2756.67
Hex647FBD2F2101Ade2839
Octal14417727557410323365071
Binary110010011111111011110110111110000101101011011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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