#607CAE

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

Shades of Havelock Blue #607CAE

Tints of Havelock Blue #607CAE

Color information

#607CAE (or 0x607CAE) is unknown color: approx Havelock Blue. HEX triplet: 60, 7C and AE. RGB value is (96,124,174). Sum of RGB (Red+Green+Blue) = 96+124+174=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #607CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CAE is #9F8351. Grayscale: #797979. Windows color (decimal): -10453842 or 11435104. OLE color: 11435104.

HSL color Cylindrical-coordinate representation of color #607CAE: hue angle of 218.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607CAE is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96124174-
CMYK0.450.2900.32
HSL218.46º32.5%52.94%-
HSV(B)218.46º44.83%68.24%-
XYZ19.6719.9642.86-
YUV121.33157.72109.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 124 (48.83% from 255) = 31.47%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=24.37%
G=31.47%
B=44.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961241740.450.2900.32218.4632.552.94
Hex607CAE2D1D020da2035
Octal14017425655350403324065
Binary110000011111001010111010110111101010000011011010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,124,174); }

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

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

 a { background-color: rgb(96,124,174); }

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

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

 span { border-color: rgb(96,124,174); }

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