#627ACC

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

Shades of Havelock Blue #627ACC

Tints of Havelock Blue #627ACC

Color information

#627ACC (or 0x627ACC) is unknown color: approx Havelock Blue. HEX triplet: 62, 7A and CC. RGB value is (98,122,204). Sum of RGB (Red+Green+Blue) = 98+122+204=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #627ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627ACC is #9D8533. Grayscale: #7B7B7B. Windows color (decimal): -10323252 or 13400674. OLE color: 13400674.

HSL color Cylindrical-coordinate representation of color #627ACC: hue angle of 226.42º degrees, saturation: 0.51, 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 #627ACC is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98122204-
CMYK0.520.4000.2
HSL226.42º50.96%59.22%-
HSV(B)226.42º51.96%80%-
XYZ22.920.8859.95-
YUV124.17173.05109.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.11%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 204 (80.08% from 255) = 48.11%
R=23.11%
G=28.77%
B=48.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981222040.520.4000.2226.4250.9659.22
Hex627ACC3428014e2333b
Octal14217231464500243426373
Binary110001011110101100110011010010100001010011100010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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