#627ACD

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

Shades of Havelock Blue #627ACD

Tints of Havelock Blue #627ACD

Color information

#627ACD (or 0x627ACD) is unknown color: approx Havelock Blue. HEX triplet: 62, 7A and CD. RGB value is (98,122,205). Sum of RGB (Red+Green+Blue) = 98+122+205=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #627ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627ACD is #9D8532. Grayscale: #7B7B7B. Windows color (decimal): -10323251 or 13466210. OLE color: 13466210.

HSL color Cylindrical-coordinate representation of color #627ACD: hue angle of 226.54º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #627ACD is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98122205-
CMYK0.520.4000.20
HSL226.54º51.69%59.41%-
HSV(B)226.54º52.2%80.39%-
XYZ23.0220.9260.58-
YUV124.29173.55109.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.06%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=23.06%
G=28.71%
B=48.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981222050.520.4000.20226.5451.6959.41
Hex627ACD3428014e3343b
Octal14217231564500243436473
Binary110001011110101100110111010010100001010011100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,122,205); }

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

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

 a { background-color: rgb(98,122,205); }

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

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

 span { border-color: rgb(98,122,205); }

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