#607DB1

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

Shades of Havelock Blue #607DB1

Tints of Havelock Blue #607DB1

Color information

#607DB1 (or 0x607DB1) is unknown color: approx Havelock Blue. HEX triplet: 60, 7D and B1. RGB value is (96,125,177). Sum of RGB (Red+Green+Blue) = 96+125+177=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #607DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607DB1 is #9F824E. Grayscale: #7A7A7A. Windows color (decimal): -10453583 or 11631968. OLE color: 11631968.

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

Color convert

RGB96125177-
CMYK0.460.2900.31
HSL218.52º34.18%53.53%-
HSV(B)218.52º45.76%69.41%-
XYZ20.0920.3344.46-
YUV122.26158.89109.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 177 (69.53% from 255) = 44.47%
R=24.12%
G=31.41%
B=44.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961251770.460.2900.31218.5234.1853.53
Hex607DB12E1D01Fdb2236
Octal14017526156350373334266
Binary11000001111101101100011011101110101111111011011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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