#607ABF

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

Shades of Havelock Blue #607ABF

Tints of Havelock Blue #607ABF

Color information

#607ABF (or 0x607ABF) is unknown color: approx Havelock Blue. HEX triplet: 60, 7A and BF. RGB value is (96,122,191). Sum of RGB (Red+Green+Blue) = 96+122+191=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #607ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ABF is #9F8540. Grayscale: #797979. Windows color (decimal): -10454337 or 12548704. OLE color: 12548704.

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

Color convert

RGB96122191-
CMYK0.500.3600.25
HSL223.58º42.6%56.27%-
HSV(B)223.58º49.74%74.9%-
XYZ21.1920.1752.07-
YUV122.09166.89109.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.47%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 191 (75% from 255) = 46.70%
R=23.47%
G=29.83%
B=46.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961221910.500.3600.25223.5842.656.27
Hex607ABF3224019e02b38
Octal14017227762440313405370
Binary110000011110101011111111001010010001100111100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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