#6981A2

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

Shades of Light Slate Grey #6981A2

Tints of Light Slate Grey #6981A2

Color information

#6981A2 (or 0x6981A2) is unknown color: approx Light Slate Grey. HEX triplet: 69, 81 and A2. RGB value is (105,129,162). Sum of RGB (Red+Green+Blue) = 105+129+162=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 162 - color contains mainly: blue. Hex color #6981A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6981A2 is #967E5D. Grayscale: #7D7D7D. Windows color (decimal): -9862750 or 10649961. OLE color: 10649961.

HSL color Cylindrical-coordinate representation of color #6981A2: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6981A2 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB105129162-
CMYK0.350.2000.36
HSL214.74º23.46%52.35%-
HSV(B)214.74º35.19%63.53%-
XYZ20.221.3137.23-
YUV125.59148.55113.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 162 (63.67% from 255) = 40.91%
R=26.52%
G=32.58%
B=40.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051291620.350.2000.36214.7423.4652.35
Hex6981A22314024d71734
Octal15120124243240443272764
Binary110100110000001101000101000111010001001001101011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6981A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6981A2; }

 p { color: rgb(105,129,162); }

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

<style>
 a { background-color: #6981A2; }

 a { background-color: rgb(105,129,162); }

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

<style>
 span { border-color: #6981A2; }

 span { border-color: rgb(105,129,162); }

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