#647ACE

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

Shades of Havelock Blue #647ACE

Tints of Havelock Blue #647ACE

Color information

#647ACE (or 0x647ACE) is unknown color: approx Havelock Blue. HEX triplet: 64, 7A and CE. RGB value is (100,122,206). Sum of RGB (Red+Green+Blue) = 100+122+206=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #647ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ACE is #9B8531. Grayscale: #7C7C7C. Windows color (decimal): -10192178 or 13531748. OLE color: 13531748.

HSL color Cylindrical-coordinate representation of color #647ACE: hue angle of 227.55º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #647ACE is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100122206-
CMYK0.510.4100.19
HSL227.55º51.96%60%-
HSV(B)227.55º51.46%80.78%-
XYZ23.3621.0861.23-
YUV125173.71110.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.36%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 206 (80.86% from 255) = 48.13%
R=23.36%
G=28.50%
B=48.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001222060.510.4100.19227.5551.9660
Hex647ACE3329013e4343c
Octal14417231663510233446474
Binary110010011110101100111011001110100101001111100100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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