Html Css Color HEX #607DB6 Havelock Blue

📋 copy color: '#607DB6'

red 96 ◦ green 125 ◦ blue 182

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

Shades of Havelock Blue #607DB6

Tints of Havelock Blue #607DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.16%

R = 23.82%
G = 31.02%
B = 45.16%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#607DB6 (or 0x607DB6) is known color: Havelock Blue. HEX triplet: 60, 7D and B6. RGB value is (96,125,182). Sum of RGB (Red+Green+Blue) = 96+125+182=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #607DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DB6 is #9F8249. Grayscale: #7A7A7A. Windows color (decimal): -10453578 or 11959648. OLE color: 11959648.

HSL color Cylindrical-coordinate representation of color #607DB6: hue angle of 219.77º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #607DB6 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 125 182 -
CMYK 0.47 0.31 0 0.29
HSL 219.77º 0.37% 0.55% -
HSV(B) 219.77º 0.47% 0.71% -
XYZ 20.6 20.53 47.13 -
YUV 122.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 96 125 182 0.47 0.31 0 0.29 219.77 0.37 0.55
Hex 60 7D B6 2F 1F 0 1D DC 25 37
Octal 140 175 266 57 37 0 35 334 45 67
Binary 1100000 1111101 10110110 101111 11111 0 11101 11011100 100101 110111

Color Harmonies of #607DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DB6

Black with #607DB6

Text Example


Text Example

White with #607DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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