Html Css Color HEX #607FBF Havelock Blue

📋 copy color: '#607FBF'

red 96 ◦ green 127 ◦ blue 191

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

Shades of Havelock Blue #607FBF

Tints of Havelock Blue #607FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.14%

R = 23.19%
G = 30.68%
B = 46.14%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#607FBF (or 0x607FBF) is known color: Havelock Blue. HEX triplet: 60, 7F and BF. RGB value is (96,127,191). Sum of RGB (Red+Green+Blue) = 96+127+191=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #607FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FBF is #9F8040. Grayscale: #7C7C7C. Windows color (decimal): -10453057 or 12549984. OLE color: 12549984.

HSL color Cylindrical-coordinate representation of color #607FBF: hue angle of 220.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #607FBF is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 127 191 -
CMYK 0.50 0.34 0 0.25
HSL 220.42º 0.43% 0.56% -
HSV(B) 220.42º 0.5% 0.75% -
XYZ 21.82 21.43 52.28 -
YUV 125.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 96 127 191 0.50 0.34 0 0.25 220.42 0.43 0.56
Hex 60 7F BF 32 22 0 19 DC 2B 38
Octal 140 177 277 62 42 0 31 334 53 70
Binary 1100000 1111111 10111111 110010 100010 0 11001 11011100 101011 111000

Color Harmonies of #607FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FBF

Black with #607FBF

Text Example


Text Example

White with #607FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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