#627DAF

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

Shades of Havelock Blue #627DAF

Tints of Havelock Blue #627DAF

Color information

#627DAF (or 0x627DAF) is unknown color: approx Havelock Blue. HEX triplet: 62, 7D and AF. RGB value is (98,125,175). Sum of RGB (Red+Green+Blue) = 98+125+175=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #627DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627DAF is #9D8250. Grayscale: #7A7A7A. Windows color (decimal): -10322513 or 11500898. OLE color: 11500898.

HSL color Cylindrical-coordinate representation of color #627DAF: hue angle of 218.96º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #627DAF is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB98125175-
CMYK0.440.2900.31
HSL218.96º32.49%53.53%-
HSV(B)218.96º44%68.63%-
XYZ20.1120.3643.43-
YUV122.63157.55110.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.62%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=24.62%
G=31.41%
B=43.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981251750.440.2900.31218.9632.4953.53
Hex627DAF2C1D01Fdb2036
Octal14217525754350373334066
Binary11000101111101101011111011001110101111111011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627DAF; }

 p { color: rgb(98,125,175); }

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

<style>
 a { background-color: #627DAF; }

 a { background-color: rgb(98,125,175); }

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

<style>
 span { border-color: #627DAF; }

 span { border-color: rgb(98,125,175); }

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