#627CAF

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

Shades of Havelock Blue #627CAF

Tints of Havelock Blue #627CAF

Color information

#627CAF (or 0x627CAF) is unknown color: approx Havelock Blue. HEX triplet: 62, 7C and AF. RGB value is (98,124,175). Sum of RGB (Red+Green+Blue) = 98+124+175=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #627CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627CAF is #9D8350. Grayscale: #797979. Windows color (decimal): -10322769 or 11500642. OLE color: 11500642.

HSL color Cylindrical-coordinate representation of color #627CAF: hue angle of 219.74º 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 #627CAF is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB98124175-
CMYK0.440.2900.31
HSL219.74º32.49%53.53%-
HSV(B)219.74º44%68.63%-
XYZ19.9820.1143.39-
YUV122.04157.89110.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.69%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=24.69%
G=31.23%
B=44.08%

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
Decimal981241750.440.2900.31219.7432.4953.53
Hex627CAF2C1D01Fdc2036
Octal14217425754350373344066
Binary11000101111100101011111011001110101111111011100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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