#607BB1

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

Shades of Havelock Blue #607BB1

Tints of Havelock Blue #607BB1

Color information

#607BB1 (or 0x607BB1) is unknown color: approx Havelock Blue. HEX triplet: 60, 7B and B1. RGB value is (96,123,177). Sum of RGB (Red+Green+Blue) = 96+123+177=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #607BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BB1 is #9F844E. Grayscale: #787878. Windows color (decimal): -10454095 or 11631456. OLE color: 11631456.

HSL color Cylindrical-coordinate representation of color #607BB1: hue angle of 220º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #607BB1 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96123177-
CMYK0.460.3100.31
HSL220º34.18%53.53%-
HSV(B)220º45.76%69.41%-
XYZ19.8419.8344.38-
YUV121.08159.55110.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=24.24%
G=31.06%
B=44.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961231770.460.3100.3122034.1853.53
Hex607BB12E1F01Fdc2236
Octal14017326156370373344266
Binary11000001111011101100011011101111101111111011100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,123,177); }

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

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

 a { background-color: rgb(96,123,177); }

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

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

 span { border-color: rgb(96,123,177); }

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