Html Css Color HEX #6080C3 Havelock Blue

📋 copy color: '#6080C3'

red 96 ◦ green 128 ◦ blue 195

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

Shades of Havelock Blue #6080C3

Tints of Havelock Blue #6080C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.54%

R = 22.91%
G = 30.55%
B = 46.54%

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

#6080C3 (or 0x6080C3) is known color: Havelock Blue. HEX triplet: 60, 80 and C3. RGB value is (96,128,195). Sum of RGB (Red+Green+Blue) = 96+128+195=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #6080C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080C3 is #9F7F3C. Grayscale: #7D7D7D. Windows color (decimal): -10452797 or 12812384. OLE color: 12812384.

HSL color Cylindrical-coordinate representation of color #6080C3: hue angle of 220.61º 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 #6080C3 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 128 195 -
CMYK 0.51 0.34 0 0.24
HSL 220.61º 0.45% 0.57% -
HSV(B) 220.61º 0.51% 0.76% -
XYZ 22.39 21.87 54.67 -
YUV 126.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 96 128 195 0.51 0.34 0 0.24 220.61 0.45 0.57
Hex 60 80 C3 33 22 0 18 DD 2D 39
Octal 140 200 303 63 42 0 30 335 55 71
Binary 1100000 10000000 11000011 110011 100010 0 11000 11011101 101101 111001

Color Harmonies of #6080C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6080C3

Black with #6080C3

Text Example


Text Example

White with #6080C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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