#6C83A0

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

Shades of Light Slate Grey #6C83A0

Tints of Light Slate Grey #6C83A0

Color information

#6C83A0 (or 0x6C83A0) is unknown color: approx Light Slate Grey. HEX triplet: 6C, 83 and A0. RGB value is (108,131,160). Sum of RGB (Red+Green+Blue) = 108+131+160=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 160 - color contains mainly: blue. Hex color #6C83A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C83A0 is #937C5F. Grayscale: #7F7F7F. Windows color (decimal): -9665632 or 10519404. OLE color: 10519404.

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

Color convert

RGB108131160-
CMYK0.320.1800.37
HSL213.46º21.49%52.55%-
HSV(B)213.46º32.5%62.75%-
XYZ20.6521.9636.41-
YUV127.43146.38114.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.07%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 160 (62.89% from 255) = 40.10%
R=27.07%
G=32.83%
B=40.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081311600.320.1800.37213.4621.4952.55
Hex6C83A02012025d51535
Octal15420324040220453252565
Binary110110010000011101000001000001001001001011101010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C83A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,131,160); }

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

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

 a { background-color: rgb(108,131,160); }

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

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

 span { border-color: rgb(108,131,160); }

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