#647DCB

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

Shades of Havelock Blue #647DCB

Tints of Havelock Blue #647DCB

Color information

#647DCB (or 0x647DCB) is unknown color: approx Havelock Blue. HEX triplet: 64, 7D and CB. RGB value is (100,125,203). Sum of RGB (Red+Green+Blue) = 100+125+203=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #647DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DCB is #9B8234. Grayscale: #7E7E7E. Windows color (decimal): -10191413 or 13335908. OLE color: 13335908.

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

Color convert

RGB100125203-
CMYK0.510.3800.20
HSL225.44º49.76%59.41%-
HSV(B)225.44º50.74%79.61%-
XYZ23.3721.6959.45-
YUV126.42171.22109.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.36%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=23.36%
G=29.21%
B=47.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001252030.510.3800.20225.4449.7659.41
Hex647DCB3326014e1323b
Octal14417531363460243416273
Binary110010011111011100101111001110011001010011100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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