Html Css Color HEX #607DB9 Havelock Blue

📋 copy color: '#607DB9'

red 96 ◦ green 125 ◦ blue 185

#607DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #607DB9

Tints of Havelock Blue #607DB9

RGB

 RED value IS 96 (37.89% from 255) = 23.65%

 GREEN value IS 125 (49.22% from 255) = 30.79%

 BLUE value IS 185 (72.66% from 255) = 45.57%

R = 23.65%
G = 30.79%
B = 45.57%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#607DB9 (or 0x607DB9) is known color: Havelock Blue. HEX triplet: 60, 7D and B9. RGB value is (96,125,185). Sum of RGB (Red+Green+Blue) = 96+125+185=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #607DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DB9 is #9F8246. Grayscale: #7A7A7A. Windows color (decimal): -10453575 or 12156256. OLE color: 12156256.

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

Color convert

RGB 96 125 185 -
CMYK 0.48 0.32 0 0.27
HSL 220.45º 0.39% 0.55% -
HSV(B) 220.45º 0.48% 0.73% -
XYZ 20.91 20.66 48.78 -
YUV 123.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 96 125 185 0.48 0.32 0 0.27 220.45 0.39 0.55
Hex 60 7D B9 30 20 0 1B DC 27 37
Octal 140 175 271 60 40 0 33 334 47 67
Binary 1100000 1111101 10111001 110000 100000 0 11011 11011100 100111 110111

Color Harmonies of #607DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DB9

Black with #607DB9

Text Example


Text Example

White with #607DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #607DB9;
 }
 .AnyTagClassName
 {
   color: #607DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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