Html Css Color HEX #6080C2 Havelock Blue

📋 copy color: '#6080C2'

red 96 ◦ green 128 ◦ blue 194

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

Shades of Havelock Blue #6080C2

Tints of Havelock Blue #6080C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.41%

R = 22.97%
G = 30.62%
B = 46.41%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6080C2 (or 0x6080C2) is known color: Havelock Blue. HEX triplet: 60, 80 and C2. RGB value is (96,128,194). Sum of RGB (Red+Green+Blue) = 96+128+194=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #6080C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080C2 is #9F7F3D. Grayscale: #7D7D7D. Windows color (decimal): -10452798 or 12746848. OLE color: 12746848.

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

Color convert

RGB 96 128 194 -
CMYK 0.51 0.34 0 0.24
HSL 220.41º 0.45% 0.57% -
HSV(B) 220.41º 0.51% 0.76% -
XYZ 22.28 21.82 54.08 -
YUV 125.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 96 128 194 0.51 0.34 0 0.24 220.41 0.45 0.57
Hex 60 80 C2 33 22 0 18 DC 2D 39
Octal 140 200 302 63 42 0 30 334 55 71
Binary 1100000 10000000 11000010 110011 100010 0 11000 11011100 101101 111001

Color Harmonies of #6080C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6080C2

Black with #6080C2

Text Example


Text Example

White with #6080C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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