#607BAE

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

Shades of Havelock Blue #607BAE

Tints of Havelock Blue #607BAE

Color information

#607BAE (or 0x607BAE) is unknown color: approx Havelock Blue. HEX triplet: 60, 7B and AE. RGB value is (96,123,174). Sum of RGB (Red+Green+Blue) = 96+123+174=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #607BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BAE is #9F8451. Grayscale: #787878. Windows color (decimal): -10454098 or 11434848. OLE color: 11434848.

HSL color Cylindrical-coordinate representation of color #607BAE: hue angle of 219.23º 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 #607BAE is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96123174-
CMYK0.450.2900.32
HSL219.23º32.5%52.94%-
HSV(B)219.23º44.83%68.24%-
XYZ19.5519.7142.82-
YUV120.74158.05110.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 123 (48.44% from 255) = 31.30%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=24.43%
G=31.30%
B=44.27%

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
Decimal961231740.450.2900.32219.2332.552.94
Hex607BAE2D1D020db2035
Octal14017325655350403334065
Binary110000011110111010111010110111101010000011011011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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