#647EBD

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

Shades of Havelock Blue #647EBD

Tints of Havelock Blue #647EBD

Color information

#647EBD (or 0x647EBD) is unknown color: approx Havelock Blue. HEX triplet: 64, 7E and BD. RGB value is (100,126,189). Sum of RGB (Red+Green+Blue) = 100+126+189=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #647EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EBD is #9B8142. Grayscale: #7D7D7D. Windows color (decimal): -10191171 or 12418660. OLE color: 12418660.

HSL color Cylindrical-coordinate representation of color #647EBD: hue angle of 222.47º 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 #647EBD is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100126189-
CMYK0.470.3300.26
HSL222.47º40.27%56.67%-
HSV(B)222.47º47.09%74.12%-
XYZ21.921.3151.1-
YUV125.41163.89109.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.10%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=24.10%
G=30.36%
B=45.54%

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
Decimal1001261890.470.3300.26222.4740.2756.67
Hex647EBD2F2101Ade2839
Octal14417627557410323365071
Binary110010011111101011110110111110000101101011011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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