#647AD8

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

Shades of Havelock Blue #647AD8

Tints of Havelock Blue #647AD8

Color information

#647AD8 (or 0x647AD8) is unknown color: approx Havelock Blue. HEX triplet: 64, 7A and D8. RGB value is (100,122,216). Sum of RGB (Red+Green+Blue) = 100+122+216=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #647AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647AD8 is #9B8527. Grayscale: #7D7D7D. Windows color (decimal): -10192168 or 14187108. OLE color: 14187108.

HSL color Cylindrical-coordinate representation of color #647AD8: hue angle of 228.62º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #647AD8 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100122216-
CMYK0.540.4400.15
HSL228.62º59.79%61.96%-
HSV(B)228.62º53.7%84.71%-
XYZ24.6121.5967.84-
YUV126.14178.71109.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.83%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 216 (84.77% from 255) = 49.32%
R=22.83%
G=27.85%
B=49.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001222160.540.4400.15228.6259.7961.96
Hex647AD8362C0Fe53c3e
Octal14417233066540173457476
Binary11001001111010110110001101101011000111111100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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