#607BAF

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

Shades of Havelock Blue #607BAF

Tints of Havelock Blue #607BAF

Color information

#607BAF (or 0x607BAF) is unknown color: approx Havelock Blue. HEX triplet: 60, 7B and AF. RGB value is (96,123,175). Sum of RGB (Red+Green+Blue) = 96+123+175=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #607BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BAF is #9F8450. Grayscale: #787878. Windows color (decimal): -10454097 or 11500384. OLE color: 11500384.

HSL color Cylindrical-coordinate representation of color #607BAF: hue angle of 219.49º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607BAF is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96123175-
CMYK0.450.3000.31
HSL219.49º33.05%53.14%-
HSV(B)219.49º45.14%68.63%-
XYZ19.6419.7543.33-
YUV120.86158.55110.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 123 (48.44% from 255) = 31.22%
BLUE value IS 175 (68.75% from 255) = 44.42%
R=24.37%
G=31.22%
B=44.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961231750.450.3000.31219.4933.0553.14
Hex607BAF2D1E01Fdb2135
Octal14017325755360373334165
Binary11000001111011101011111011011111001111111011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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