#647ECF

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

Shades of Havelock Blue #647ECF

Tints of Havelock Blue #647ECF

Color information

#647ECF (or 0x647ECF) is unknown color: approx Havelock Blue. HEX triplet: 64, 7E and CF. RGB value is (100,126,207). Sum of RGB (Red+Green+Blue) = 100+126+207=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #647ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ECF is #9B8130. Grayscale: #7F7F7F. Windows color (decimal): -10191153 or 13598308. OLE color: 13598308.

HSL color Cylindrical-coordinate representation of color #647ECF: hue angle of 225.42º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #647ECF is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100126207-
CMYK0.520.3900.19
HSL225.42º52.71%60.2%-
HSV(B)225.42º51.69%81.18%-
XYZ23.9822.1462.04-
YUV127.46172.89108.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.09%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 207 (81.25% from 255) = 47.81%
R=23.09%
G=29.10%
B=47.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001262070.520.3900.19225.4252.7160.2
Hex647ECF3427013e1353c
Octal14417631764470233416574
Binary110010011111101100111111010010011101001111100001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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