Html Css Color HEX #607FB1 Havelock Blue

📋 copy color: '#607FB1'

red 96 ◦ green 127 ◦ blue 177

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

Shades of Havelock Blue #607FB1

Tints of Havelock Blue #607FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.25%

R = 24%
G = 31.75%
B = 44.25%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#607FB1 (or 0x607FB1) is known color: Havelock Blue. HEX triplet: 60, 7F and B1. RGB value is (96,127,177). Sum of RGB (Red+Green+Blue) = 96+127+177=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #607FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FB1 is #9F804E. Grayscale: #7B7B7B. Windows color (decimal): -10453071 or 11632480. OLE color: 11632480.

HSL color Cylindrical-coordinate representation of color #607FB1: hue angle of 217.04º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #607FB1 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 127 177 -
CMYK 0.46 0.28 0 0.31
HSL 217.04º 0.34% 0.54% -
HSV(B) 217.04º 0.46% 0.69% -
XYZ 20.35 20.84 44.54 -
YUV 123.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 96 127 177 0.46 0.28 0 0.31 217.04 0.34 0.54
Hex 60 7F B1 2E 1C 0 1F D9 22 36
Octal 140 177 261 56 34 0 37 331 42 66
Binary 1100000 1111111 10110001 101110 11100 0 11111 11011001 100010 110110

Color Harmonies of #607FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FB1

Black with #607FB1

Text Example


Text Example

White with #607FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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