#627FBD

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

Shades of Havelock Blue #627FBD

Tints of Havelock Blue #627FBD

Color information

#627FBD (or 0x627FBD) is unknown color: approx Havelock Blue. HEX triplet: 62, 7F and BD. RGB value is (98,127,189). Sum of RGB (Red+Green+Blue) = 98+127+189=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #627FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627FBD is #9D8042. Grayscale: #7D7D7D. Windows color (decimal): -10321987 or 12418914. OLE color: 12418914.

HSL color Cylindrical-coordinate representation of color #627FBD: hue angle of 220.88º degrees, saturation: 0.41, 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 #627FBD is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB98127189-
CMYK0.480.3300.26
HSL220.88º40.81%56.27%-
HSV(B)220.88º48.15%74.12%-
XYZ21.8121.4551.13-
YUV125.4163.89108.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.67%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=23.67%
G=30.68%
B=45.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981271890.480.3300.26220.8840.8156.27
Hex627FBD302101Add2938
Octal14217727560410323355170
Binary110001011111111011110111000010000101101011011101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,127,189); }

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

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

 a { background-color: rgb(98,127,189); }

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

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

 span { border-color: rgb(98,127,189); }

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