#607EB0

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

Shades of Havelock Blue #607EB0

Tints of Havelock Blue #607EB0

Color information

#607EB0 (or 0x607EB0) is unknown color: approx Havelock Blue. HEX triplet: 60, 7E and B0. RGB value is (96,126,176). Sum of RGB (Red+Green+Blue) = 96+126+176=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 176 - color contains mainly: blue. Hex color #607EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607EB0 is #9F814F. Grayscale: #7A7A7A. Windows color (decimal): -10453328 or 11566688. OLE color: 11566688.

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

Color convert

RGB96126176-
CMYK0.450.2800.31
HSL217.5º33.61%53.33%-
HSV(B)217.5º45.45%69.02%-
XYZ20.1220.5443.98-
YUV122.73158.06108.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 176 (69.14% from 255) = 44.22%
R=24.12%
G=31.66%
B=44.22%

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
Decimal961261760.450.2800.31217.533.6153.33
Hex607EB02D1C01Fda2235
Octal14017626055340373324265
Binary11000001111110101100001011011110001111111011010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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