#607EAE

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

Shades of Havelock Blue #607EAE

Tints of Havelock Blue #607EAE

Color information

#607EAE (or 0x607EAE) is unknown color: approx Havelock Blue. HEX triplet: 60, 7E and AE. RGB value is (96,126,174). Sum of RGB (Red+Green+Blue) = 96+126+174=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #607EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607EAE is #9F8151. Grayscale: #7A7A7A. Windows color (decimal): -10453330 or 11435616. OLE color: 11435616.

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

Color convert

RGB96126174-
CMYK0.450.2800.32
HSL216.92º32.5%52.94%-
HSV(B)216.92º44.83%68.24%-
XYZ19.9220.4642.94-
YUV122.5157.06109.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=24.24%
G=31.82%
B=43.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961261740.450.2800.32216.9232.552.94
Hex607EAE2D1C020d92035
Octal14017625655340403314065
Binary110000011111101010111010110111100010000011011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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