#647DBD

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

Shades of Havelock Blue #647DBD

Tints of Havelock Blue #647DBD

Color information

#647DBD (or 0x647DBD) is unknown color: approx Havelock Blue. HEX triplet: 64, 7D and BD. RGB value is (100,125,189). Sum of RGB (Red+Green+Blue) = 100+125+189=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #647DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DBD is #9B8242. Grayscale: #7C7C7C. Windows color (decimal): -10191427 or 12418404. OLE color: 12418404.

HSL color Cylindrical-coordinate representation of color #647DBD: hue angle of 223.15º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #647DBD is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100125189-
CMYK0.470.3400.26
HSL223.15º40.27%56.67%-
HSV(B)223.15º47.09%74.12%-
XYZ21.7721.0551.06-
YUV124.82164.22110.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=24.15%
G=30.19%
B=45.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001251890.470.3400.26223.1540.2756.67
Hex647DBD2F2201Adf2839
Octal14417527557420323375071
Binary110010011111011011110110111110001001101011011111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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