Html Css Color HEX #6080C1 Havelock Blue

📋 copy color: '#6080C1'

red 96 ◦ green 128 ◦ blue 193

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

Shades of Havelock Blue #6080C1

Tints of Havelock Blue #6080C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.28%

R = 23.02%
G = 30.7%
B = 46.28%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6080C1 (or 0x6080C1) is known color: Havelock Blue. HEX triplet: 60, 80 and C1. RGB value is (96,128,193). Sum of RGB (Red+Green+Blue) = 96+128+193=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #6080C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080C1 is #9F7F3E. Grayscale: #7D7D7D. Windows color (decimal): -10452799 or 12681312. OLE color: 12681312.

HSL color Cylindrical-coordinate representation of color #6080C1: hue angle of 220.21º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6080C1 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 128 193 -
CMYK 0.50 0.34 0 0.24
HSL 220.21º 0.44% 0.57% -
HSV(B) 220.21º 0.5% 0.76% -
XYZ 22.17 21.78 53.49 -
YUV 125.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 96 128 193 0.50 0.34 0 0.24 220.21 0.44 0.57
Hex 60 80 C1 32 22 0 18 DC 2C 39
Octal 140 200 301 62 42 0 30 334 54 71
Binary 1100000 10000000 11000001 110010 100010 0 11000 11011100 101100 111001

Color Harmonies of #6080C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6080C1

Black with #6080C1

Text Example


Text Example

White with #6080C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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