#647DCD

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

Shades of Havelock Blue #647DCD

Tints of Havelock Blue #647DCD

Color information

#647DCD (or 0x647DCD) is unknown color: approx Havelock Blue. HEX triplet: 64, 7D and CD. RGB value is (100,125,205). Sum of RGB (Red+Green+Blue) = 100+125+205=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #647DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DCD is #9B8232. Grayscale: #7E7E7E. Windows color (decimal): -10191411 or 13466980. OLE color: 13466980.

HSL color Cylindrical-coordinate representation of color #647DCD: hue angle of 225.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #647DCD is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100125205-
CMYK0.510.3900.20
HSL225.71º51.22%59.8%-
HSV(B)225.71º51.22%80.39%-
XYZ23.6121.7860.72-
YUV126.65172.22109-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.26%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 205 (80.47% from 255) = 47.67%
R=23.26%
G=29.07%
B=47.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001252050.510.3900.20225.7151.2259.8
Hex647DCD3327014e2333c
Octal14417531563470243426374
Binary110010011111011100110111001110011101010011100010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,125,205); }

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

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

 a { background-color: rgb(100,125,205); }

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

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

 span { border-color: rgb(100,125,205); }

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