#627DB3

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

Shades of Havelock Blue #627DB3

Tints of Havelock Blue #627DB3

Color information

#627DB3 (or 0x627DB3) is unknown color: approx Havelock Blue. HEX triplet: 62, 7D and B3. RGB value is (98,125,179). Sum of RGB (Red+Green+Blue) = 98+125+179=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #627DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DB3 is #9D824C. Grayscale: #7A7A7A. Windows color (decimal): -10322509 or 11763042. OLE color: 11763042.

HSL color Cylindrical-coordinate representation of color #627DB3: hue angle of 220º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #627DB3 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB98125179-
CMYK0.450.3000.30
HSL220º34.76%54.31%-
HSV(B)220º45.25%70.2%-
XYZ20.5120.5245.53-
YUV123.08159.55110.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.38%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 179 (70.31% from 255) = 44.53%
R=24.38%
G=31.09%
B=44.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal981251790.450.3000.3022034.7654.31
Hex627DB32D1E01Edc2336
Octal14217526355360363344366
Binary11000101111101101100111011011111001111011011100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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