#607FB7

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

Shades of Havelock Blue #607FB7

Tints of Havelock Blue #607FB7

Color information

#607FB7 (or 0x607FB7) is unknown color: approx Havelock Blue. HEX triplet: 60, 7F and B7. RGB value is (96,127,183). Sum of RGB (Red+Green+Blue) = 96+127+183=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #607FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FB7 is #9F8048. Grayscale: #7B7B7B. Windows color (decimal): -10453065 or 12025696. OLE color: 12025696.

HSL color Cylindrical-coordinate representation of color #607FB7: hue angle of 218.62º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #607FB7 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB96127183-
CMYK0.480.3100.28
HSL218.62º37.66%54.71%-
HSV(B)218.62º47.54%71.76%-
XYZ20.9621.0847.76-
YUV124.11161.23107.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.65%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 183 (71.88% from 255) = 45.07%
R=23.65%
G=31.28%
B=45.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961271830.480.3100.28218.6237.6654.71
Hex607FB7301F01Cdb2637
Octal14017726760370343334667
Binary11000001111111101101111100001111101110011011011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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