#607AC9

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

Shades of Havelock Blue #607AC9

Tints of Havelock Blue #607AC9

Color information

#607AC9 (or 0x607AC9) is unknown color: approx Havelock Blue. HEX triplet: 60, 7A and C9. RGB value is (96,122,201). Sum of RGB (Red+Green+Blue) = 96+122+201=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #607AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AC9 is #9F8536. Grayscale: #7A7A7A. Windows color (decimal): -10454327 or 13204064. OLE color: 13204064.

HSL color Cylindrical-coordinate representation of color #607AC9: hue angle of 225.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #607AC9 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB96122201-
CMYK0.520.3900.21
HSL225.14º49.3%58.24%-
HSV(B)225.14º52.24%78.82%-
XYZ22.3320.6258.06-
YUV123.23171.89108.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 201 (78.91% from 255) = 47.97%
R=22.91%
G=29.12%
B=47.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal961222010.520.3900.21225.1449.358.24
Hex607AC93427015e1313a
Octal14017231164470253416172
Binary110000011110101100100111010010011101010111100001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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