Html Css Color HEX #607FB8 Havelock Blue

📋 copy color: '#607FB8'

red 96 ◦ green 127 ◦ blue 184

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

Shades of Havelock Blue #607FB8

Tints of Havelock Blue #607FB8

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

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

R = 23.59%
G = 31.2%
B = 45.21%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#607FB8 (or 0x607FB8) is known color: Havelock Blue. HEX triplet: 60, 7F and B8. RGB value is (96,127,184). Sum of RGB (Red+Green+Blue) = 96+127+184=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #607FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FB8 is #9F8047. Grayscale: #7B7B7B. Windows color (decimal): -10453064 or 12091232. OLE color: 12091232.

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

Color convert

RGB 96 127 184 -
CMYK 0.48 0.31 0 0.28
HSL 218.86º 0.38% 0.55% -
HSV(B) 218.86º 0.48% 0.72% -
XYZ 21.06 21.13 48.31 -
YUV 124.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 96 127 184 0.48 0.31 0 0.28 218.86 0.38 0.55
Hex 60 7F B8 30 1F 0 1C DB 26 37
Octal 140 177 270 60 37 0 34 333 46 67
Binary 1100000 1111111 10111000 110000 11111 0 11100 11011011 100110 110111

Color Harmonies of #607FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FB8

Black with #607FB8

Text Example


Text Example

White with #607FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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