#627DB1

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

Shades of Havelock Blue #627DB1

Tints of Havelock Blue #627DB1

Color information

#627DB1 (or 0x627DB1) is unknown color: approx Havelock Blue. HEX triplet: 62, 7D and B1. RGB value is (98,125,177). Sum of RGB (Red+Green+Blue) = 98+125+177=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #627DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627DB1 is #9D824E. Grayscale: #7A7A7A. Windows color (decimal): -10322511 or 11631970. OLE color: 11631970.

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

Color convert

RGB98125177-
CMYK0.450.2900.31
HSL219.49º33.62%53.92%-
HSV(B)219.49º44.63%69.41%-
XYZ20.3120.4444.47-
YUV122.85158.55110.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.5%
GREEN value IS 125 (49.22% from 255) = 31.25%
BLUE value IS 177 (69.53% from 255) = 44.25%
R=24.5%
G=31.25%
B=44.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981251770.450.2900.31219.4933.6253.92
Hex627DB12D1D01Fdb2236
Octal14217526155350373334266
Binary11000101111101101100011011011110101111111011011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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