Html Css Color HEX #607DB5 Havelock Blue

📋 copy color: '#607DB5'

red 96 ◦ green 125 ◦ blue 181

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

Shades of Havelock Blue #607DB5

Tints of Havelock Blue #607DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.02%

R = 23.88%
G = 31.09%
B = 45.02%

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

#607DB5 (or 0x607DB5) is known color: Havelock Blue. HEX triplet: 60, 7D and B5. RGB value is (96,125,181). Sum of RGB (Red+Green+Blue) = 96+125+181=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #607DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DB5 is #9F824A. Grayscale: #7A7A7A. Windows color (decimal): -10453579 or 11894112. OLE color: 11894112.

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

Color convert

RGB 96 125 181 -
CMYK 0.47 0.31 0 0.29
HSL 219.53º 0.36% 0.54% -
HSV(B) 219.53º 0.47% 0.71% -
XYZ 20.5 20.49 46.59 -
YUV 122.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 96 125 181 0.47 0.31 0 0.29 219.53 0.36 0.54
Hex 60 7D B5 2F 1F 0 1D DC 24 36
Octal 140 175 265 57 37 0 35 334 44 66
Binary 1100000 1111101 10110101 101111 11111 0 11101 11011100 100100 110110

Color Harmonies of #607DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DB5

Black with #607DB5

Text Example


Text Example

White with #607DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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