#607ABE

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

Shades of Havelock Blue #607ABE

Tints of Havelock Blue #607ABE

Color information

#607ABE (or 0x607ABE) is unknown color: approx Havelock Blue. HEX triplet: 60, 7A and BE. RGB value is (96,122,190). Sum of RGB (Red+Green+Blue) = 96+122+190=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #607ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ABE is #9F8541. Grayscale: #797979. Windows color (decimal): -10454338 or 12483168. OLE color: 12483168.

HSL color Cylindrical-coordinate representation of color #607ABE: hue angle of 223.4º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #607ABE is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96122190-
CMYK0.490.3600.25
HSL223.4º41.96%56.08%-
HSV(B)223.4º49.47%74.51%-
XYZ21.0820.1251.49-
YUV121.98166.39109.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.53%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=23.53%
G=29.90%
B=46.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961221900.490.3600.25223.441.9656.08
Hex607ABE3124019df2a38
Octal14017227661440313375270
Binary110000011110101011111011000110010001100111011111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607ABE; }

 p { color: rgb(96,122,190); }

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

<style>
 a { background-color: #607ABE; }

 a { background-color: rgb(96,122,190); }

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

<style>
 span { border-color: #607ABE; }

 span { border-color: rgb(96,122,190); }

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