#6C80A1

Color #6C80A1 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #6C80A1

Tints of Light Slate Grey #6C80A1

Color information

#6C80A1 (or 0x6C80A1) is unknown color: approx Light Slate Grey. HEX triplet: 6C, 80 and A1. RGB value is (108,128,161). Sum of RGB (Red+Green+Blue) = 108+128+161=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 161 - color contains mainly: blue. Hex color #6C80A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C80A1 is #937F5E. Grayscale: #7D7D7D. Windows color (decimal): -9666399 or 10584172. OLE color: 10584172.

HSL color Cylindrical-coordinate representation of color #6C80A1: hue angle of 217.36º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C80A1 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB108128161-
CMYK0.330.2000.37
HSL217.36º21.99%52.75%-
HSV(B)217.36º32.92%63.14%-
XYZ20.3421.236.74-
YUV125.78147.87115.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.20%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=27.20%
G=32.24%
B=40.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081281610.330.2000.37217.3621.9952.75
Hex6C80A12114025d91635
Octal15420024141240453312665
Binary110110010000000101000011000011010001001011101100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C80A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C80A1; }

 p { color: rgb(108,128,161); }

 H1.HeaderClassName
 {
   color: #6C80A1;
 }
 .AnyTagClassName
 {
   color: #6C80A1;
 }
</style>
background-color css

<style>
 a { background-color: #6C80A1; }

 a { background-color: rgb(108,128,161); }

 div.DivClassName
 {
   background-color: #6C80A1;
 }
 .BgClassName
 {
   background-color: #6C80A1;
 }
</style>
border-color css

<style>
 span { border-color: #6C80A1; }

 span { border-color: rgb(108,128,161); }

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