#607FB0

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

Shades of Havelock Blue #607FB0

Tints of Havelock Blue #607FB0

Color information

#607FB0 (or 0x607FB0) is unknown color: approx Havelock Blue. HEX triplet: 60, 7F and B0. RGB value is (96,127,176). Sum of RGB (Red+Green+Blue) = 96+127+176=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #607FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FB0 is #9F804F. Grayscale: #7B7B7B. Windows color (decimal): -10453072 or 11566944. OLE color: 11566944.

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

Color convert

RGB96127176-
CMYK0.450.2800.31
HSL216.75º33.61%53.33%-
HSV(B)216.75º45.45%69.02%-
XYZ20.2520.844.02-
YUV123.32157.73108.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.06%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 176 (69.14% from 255) = 44.11%
R=24.06%
G=31.83%
B=44.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961271760.450.2800.31216.7533.6153.33
Hex607FB02D1C01Fd92235
Octal14017726055340373314265
Binary11000001111111101100001011011110001111111011001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,127,176); }

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

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

 a { background-color: rgb(96,127,176); }

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

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

 span { border-color: rgb(96,127,176); }

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