#6881A4

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

Shades of Light Slate Grey #6881A4

Tints of Light Slate Grey #6881A4

Color information

#6881A4 (or 0x6881A4) is unknown color: approx Light Slate Grey. HEX triplet: 68, 81 and A4. RGB value is (104,129,164). Sum of RGB (Red+Green+Blue) = 104+129+164=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #6881A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6881A4 is #977E5B. Grayscale: #7D7D7D. Windows color (decimal): -9928284 or 10781032. OLE color: 10781032.

HSL color Cylindrical-coordinate representation of color #6881A4: hue angle of 215º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6881A4 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB104129164-
CMYK0.370.2100.36
HSL215º24.79%52.55%-
HSV(B)215º36.59%64.31%-
XYZ20.2621.3238.17-
YUV125.52149.72112.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=26.20%
G=32.49%
B=41.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041291640.370.2100.3621524.7952.55
Hex6881A42515024d71935
Octal15020124445250443273165
Binary110100010000001101001001001011010101001001101011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6881A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6881A4; }

 p { color: rgb(104,129,164); }

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

<style>
 a { background-color: #6881A4; }

 a { background-color: rgb(104,129,164); }

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

<style>
 span { border-color: #6881A4; }

 span { border-color: rgb(104,129,164); }

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