Html Css Color HEX #607AB8 Havelock Blue

📋 copy color: '#607AB8'

red 96 ◦ green 122 ◦ blue 184

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

Shades of Havelock Blue #607AB8

Tints of Havelock Blue #607AB8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

 BLUE value IS 184 (72.27% from 255) = 45.77%

R = 23.88%
G = 30.35%
B = 45.77%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#607AB8 (or 0x607AB8) is known color: Havelock Blue. HEX triplet: 60, 7A and B8. RGB value is (96,122,184). Sum of RGB (Red+Green+Blue) = 96+122+184=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 184 - color contains mainly: blue. Hex color #607AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AB8 is #9F8547. Grayscale: #797979. Windows color (decimal): -10454344 or 12089952. OLE color: 12089952.

HSL color Cylindrical-coordinate representation of color #607AB8: hue angle of 222.27º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #607AB8 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 122 184 -
CMYK 0.48 0.34 0 0.28
HSL 222.27º 0.38% 0.55% -
HSV(B) 222.27º 0.48% 0.72% -
XYZ 20.44 19.87 48.1 -
YUV 121.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 96 122 184 0.48 0.34 0 0.28 222.27 0.38 0.55
Hex 60 7A B8 30 22 0 1C DE 26 37
Octal 140 172 270 60 42 0 34 336 46 67
Binary 1100000 1111010 10111000 110000 100010 0 11100 11011110 100110 110111

Color Harmonies of #607AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AB8

Black with #607AB8

Text Example


Text Example

White with #607AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,122,184); }

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

background-color css

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

 a { background-color: rgb(96,122,184); }

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

border-color css

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

 span { border-color: rgb(96,122,184); }

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