Html Css Color HEX #6C515E Cosmic

📋 copy color: '#6C515E'

red 108 ◦ green 81 ◦ blue 94

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

Shades of Cosmic #6C515E

Tints of Cosmic #6C515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 38.16%
G = 28.62%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6C515E (or 0x6C515E) is known color: Cosmic. HEX triplet: 6C, 51 and 5E. RGB value is (108,81,94). Sum of RGB (Red+Green+Blue) = 108+81+94=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 108 - color contains mainly: red. Hex color #6C515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C515E is #93AEA1. Grayscale: #5A5A5A. Windows color (decimal): -9678498 or 6181228. OLE color: 6181228.

HSL color Cylindrical-coordinate representation of color #6C515E: hue angle of 331.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C515E is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 81 94 -
CMYK 0 0.25 0.13 0.58
HSL 331.11º 0.14% 0.37% -
HSV(B) 331.11º 0.25% 0.42% -
XYZ 11.15 9.88 11.91 -
YUV 90.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 108 81 94 0 0.25 0.13 0.58 331.11 0.14 0.37
Hex 6C 51 5E 0 19 D 3A 14B E 25
Octal 154 121 136 0 31 15 72 513 16 45
Binary 1101100 1010001 1011110 0 11001 1101 111010 101001011 1110 100101

Color Harmonies of #6C515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C515E

Black with #6C515E

Text Example


Text Example

White with #6C515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,81,94); }

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

background-color css

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

 a { background-color: rgb(108,81,94); }

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

border-color css

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

 span { border-color: rgb(108,81,94); }

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