#647ACB

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

Shades of Havelock Blue #647ACB

Tints of Havelock Blue #647ACB

Color information

#647ACB (or 0x647ACB) is unknown color: approx Havelock Blue. HEX triplet: 64, 7A and CB. RGB value is (100,122,203). Sum of RGB (Red+Green+Blue) = 100+122+203=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #647ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ACB is #9B8534. Grayscale: #7C7C7C. Windows color (decimal): -10192181 or 13335140. OLE color: 13335140.

HSL color Cylindrical-coordinate representation of color #647ACB: hue angle of 227.18º 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 #647ACB is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100122203-
CMYK0.510.4000.20
HSL227.18º49.76%59.41%-
HSV(B)227.18º50.74%79.61%-
XYZ22.9920.9459.33-
YUV124.66172.21110.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.53%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=23.53%
G=28.71%
B=47.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001222030.510.4000.20227.1849.7659.41
Hex647ACB3328014e3323b
Octal14417231363500243436273
Binary110010011110101100101111001110100001010011100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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