#647EBF

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

Shades of Havelock Blue #647EBF

Tints of Havelock Blue #647EBF

Color information

#647EBF (or 0x647EBF) is unknown color: approx Havelock Blue. HEX triplet: 64, 7E and BF. RGB value is (100,126,191). Sum of RGB (Red+Green+Blue) = 100+126+191=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #647EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EBF is #9B8140. Grayscale: #7D7D7D. Windows color (decimal): -10191169 or 12549732. OLE color: 12549732.

HSL color Cylindrical-coordinate representation of color #647EBF: hue angle of 222.86º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #647EBF is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100126191-
CMYK0.480.3400.25
HSL222.86º41.55%57.06%-
HSV(B)222.86º47.64%74.9%-
XYZ22.1221.3952.25-
YUV125.64164.89109.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.98%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 191 (75% from 255) = 45.80%
R=23.98%
G=30.22%
B=45.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001261910.480.3400.25222.8641.5557.06
Hex647EBF3022019df2a39
Octal14417627760420313375271
Binary110010011111101011111111000010001001100111011111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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