#647CBE

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

Shades of Havelock Blue #647CBE

Tints of Havelock Blue #647CBE

Color information

#647CBE (or 0x647CBE) is unknown color: approx Havelock Blue. HEX triplet: 64, 7C and BE. RGB value is (100,124,190). Sum of RGB (Red+Green+Blue) = 100+124+190=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #647CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CBE is #9B8341. Grayscale: #7C7C7C. Windows color (decimal): -10191682 or 12483684. OLE color: 12483684.

HSL color Cylindrical-coordinate representation of color #647CBE: hue angle of 224º 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 #647CBE is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100124190-
CMYK0.470.3500.25
HSL224º40.91%56.86%-
HSV(B)224º47.37%74.51%-
XYZ21.7620.8451.59-
YUV124.35165.05110.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=24.15%
G=29.95%
B=45.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001241900.470.3500.2522440.9156.86
Hex647CBE2F23019e02939
Octal14417427657430313405171
Binary110010011111001011111010111110001101100111100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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