#647DBE

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

Shades of Havelock Blue #647DBE

Tints of Havelock Blue #647DBE

Color information

#647DBE (or 0x647DBE) is unknown color: approx Havelock Blue. HEX triplet: 64, 7D and BE. RGB value is (100,125,190). Sum of RGB (Red+Green+Blue) = 100+125+190=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #647DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DBE is #9B8241. Grayscale: #7C7C7C. Windows color (decimal): -10191426 or 12483940. OLE color: 12483940.

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

Color convert

RGB100125190-
CMYK0.470.3400.25
HSL223.33º40.91%56.86%-
HSV(B)223.33º47.37%74.51%-
XYZ21.8821.0951.63-
YUV124.94164.72110.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.10%
GREEN value IS 125 (49.22% from 255) = 30.12%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=24.10%
G=30.12%
B=45.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001251900.470.3400.25223.3340.9156.86
Hex647DBE2F22019df2939
Octal14417527657420313375171
Binary110010011111011011111010111110001001100111011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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