#607CB9

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

Shades of Havelock Blue #607CB9

Tints of Havelock Blue #607CB9

Color information

#607CB9 (or 0x607CB9) is unknown color: approx Havelock Blue. HEX triplet: 60, 7C and B9. RGB value is (96,124,185). Sum of RGB (Red+Green+Blue) = 96+124+185=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #607CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CB9 is #9F8346. Grayscale: #7A7A7A. Windows color (decimal): -10453831 or 12156000. OLE color: 12156000.

HSL color Cylindrical-coordinate representation of color #607CB9: hue angle of 221.12º 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 #607CB9 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96124185-
CMYK0.480.3300.27
HSL221.12º38.86%55.1%-
HSV(B)221.12º48.11%72.55%-
XYZ20.7920.448.74-
YUV122.58163.22109.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.70%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 185 (72.66% from 255) = 45.68%
R=23.70%
G=30.62%
B=45.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961241850.480.3300.27221.1238.8655.1
Hex607CB9302101Bdd2737
Octal14017427160410333354767
Binary110000011111001011100111000010000101101111011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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