#607FB9

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

Shades of Havelock Blue #607FB9

Tints of Havelock Blue #607FB9

Color information

#607FB9 (or 0x607FB9) is unknown color: approx Havelock Blue. HEX triplet: 60, 7F and B9. RGB value is (96,127,185). Sum of RGB (Red+Green+Blue) = 96+127+185=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #607FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FB9 is #9F8046. Grayscale: #7C7C7C. Windows color (decimal): -10453063 or 12156768. OLE color: 12156768.

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

Color convert

RGB96127185-
CMYK0.480.3100.27
HSL219.1º38.86%55.1%-
HSV(B)219.1º48.11%72.55%-
XYZ21.1721.1748.87-
YUV124.34162.23107.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.53%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 185 (72.66% from 255) = 45.34%
R=23.53%
G=31.13%
B=45.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961271850.480.3100.27219.138.8655.1
Hex607FB9301F01Bdb2737
Octal14017727160370333334767
Binary11000001111111101110011100001111101101111011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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