#627CBC

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

Shades of Havelock Blue #627CBC

Tints of Havelock Blue #627CBC

Color information

#627CBC (or 0x627CBC) is unknown color: approx Havelock Blue. HEX triplet: 62, 7C and BC. RGB value is (98,124,188). Sum of RGB (Red+Green+Blue) = 98+124+188=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #627CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627CBC is #9D8343. Grayscale: #7B7B7B. Windows color (decimal): -10322756 or 12352610. OLE color: 12352610.

HSL color Cylindrical-coordinate representation of color #627CBC: hue angle of 222.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #627CBC is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB98124188-
CMYK0.480.3400.26
HSL222.67º40.18%56.08%-
HSV(B)222.67º47.87%73.73%-
XYZ21.3220.6450.44-
YUV123.52164.39109.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.90%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=23.90%
G=30.24%
B=45.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981241880.480.3400.26222.6740.1856.08
Hex627CBC302201Adf2838
Octal14217427460420323375070
Binary110001011111001011110011000010001001101011011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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