#647CCF

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

Shades of Havelock Blue #647CCF

Tints of Havelock Blue #647CCF

Color information

#647CCF (or 0x647CCF) is unknown color: approx Havelock Blue. HEX triplet: 64, 7C and CF. RGB value is (100,124,207). Sum of RGB (Red+Green+Blue) = 100+124+207=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #647CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CCF is #9B8330. Grayscale: #7D7D7D. Windows color (decimal): -10191665 or 13597796. OLE color: 13597796.

HSL color Cylindrical-coordinate representation of color #647CCF: hue angle of 226.54º 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 #647CCF is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100124207-
CMYK0.520.4000.19
HSL226.54º52.71%60.2%-
HSV(B)226.54º51.69%81.18%-
XYZ23.7321.6361.96-
YUV126.29173.55109.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.20%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 207 (81.25% from 255) = 48.03%
R=23.20%
G=28.77%
B=48.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001242070.520.4000.19226.5452.7160.2
Hex647CCF3428013e3353c
Octal14417431764500233436574
Binary110010011111001100111111010010100001001111100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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