Html Css Color HEX #6080BF Havelock Blue

📋 copy color: '#6080BF'

red 96 ◦ green 128 ◦ blue 191

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

Shades of Havelock Blue #6080BF

Tints of Havelock Blue #6080BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.84%

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

R = 23.13%
G = 30.84%
B = 46.02%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6080BF (or 0x6080BF) is known color: Havelock Blue. HEX triplet: 60, 80 and BF. RGB value is (96,128,191). Sum of RGB (Red+Green+Blue) = 96+128+191=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #6080BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080BF is #9F7F40. Grayscale: #7D7D7D. Windows color (decimal): -10452801 or 12550240. OLE color: 12550240.

HSL color Cylindrical-coordinate representation of color #6080BF: hue angle of 219.79º 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 #6080BF is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 128 191 -
CMYK 0.50 0.33 0 0.25
HSL 219.79º 0.43% 0.56% -
HSV(B) 219.79º 0.5% 0.75% -
XYZ 21.95 21.69 52.32 -
YUV 125.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 96 128 191 0.50 0.33 0 0.25 219.79 0.43 0.56
Hex 60 80 BF 32 21 0 19 DC 2B 38
Octal 140 200 277 62 41 0 31 334 53 70
Binary 1100000 10000000 10111111 110010 100001 0 11001 11011100 101011 111000

Color Harmonies of #6080BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6080BF

Black with #6080BF

Text Example


Text Example

White with #6080BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6080BF; }

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

 H1.HeaderClassName
 {
   color: #6080BF;
 }
 .AnyTagClassName
 {
   color: #6080BF;
 }
</style>

background-color css

<style>
 a { background-color: #6080BF; }

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

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

border-color css

<style>
 span { border-color: #6080BF; }

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

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