Html Css Color HEX #6C819A Slate Grey

📋 copy color: '#6C819A'

red 108 ◦ green 129 ◦ blue 154

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

Shades of Slate Grey #6C819A

Tints of Slate Grey #6C819A

RGB

 RED value IS 108 (42.58% from 255) = 27.62%

 GREEN value IS 129 (50.78% from 255) = 32.99%

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 27.62%
G = 32.99%
B = 39.39%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C819A (or 0x6C819A) is known color: Slate Grey. HEX triplet: 6C, 81 and 9A. RGB value is (108,129,154). Sum of RGB (Red+Green+Blue) = 108+129+154=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C819A is #937E65. Grayscale: #7D7D7D. Windows color (decimal): -9666150 or 10125676. OLE color: 10125676.

HSL color Cylindrical-coordinate representation of color #6C819A: hue angle of 212.61º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C819A is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 129 154 -
CMYK 0.30 0.16 0 0.40
HSL 212.61º 0.19% 0.51% -
HSV(B) 212.61º 0.3% 0.6% -
XYZ 19.87 21.22 33.62 -
YUV 125.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 108 129 154 0.30 0.16 0 0.40 212.61 0.19 0.51
Hex 6C 81 9A 1E 10 0 28 D5 13 33
Octal 154 201 232 36 20 0 50 325 23 63
Binary 1101100 10000001 10011010 11110 10000 0 101000 11010101 10011 110011

Color Harmonies of #6C819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C819A

Black with #6C819A

Text Example


Text Example

White with #6C819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,129,154); }

 H1.HeaderClassName
 {
   color: #6C819A;
 }
 .AnyTagClassName
 {
   color: #6C819A;
 }
</style>

background-color css

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

 a { background-color: rgb(108,129,154); }

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

border-color css

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

 span { border-color: rgb(108,129,154); }

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