Html Css Color HEX #6C505D Cosmic

📋 copy color: '#6C505D'

red 108 ◦ green 80 ◦ blue 93

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

Shades of Cosmic #6C505D

Tints of Cosmic #6C505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 38.43%
G = 28.47%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C505D (or 0x6C505D) is known color: Cosmic. HEX triplet: 6C, 50 and 5D. RGB value is (108,80,93). Sum of RGB (Red+Green+Blue) = 108+80+93=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 108 - color contains mainly: red. Hex color #6C505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C505D is #93AFA2. Grayscale: #595959. Windows color (decimal): -9678755 or 6115436. OLE color: 6115436.

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

Color convert

RGB 108 80 93 -
CMYK 0 0.26 0.14 0.58
HSL 332.14º 0.15% 0.37% -
HSV(B) 332.14º 0.26% 0.42% -
XYZ 11.03 9.72 11.65 -
YUV 89.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 108 80 93 0 0.26 0.14 0.58 332.14 0.15 0.37
Hex 6C 50 5D 0 1A E 3A 14C F 25
Octal 154 120 135 0 32 16 72 514 17 45
Binary 1101100 1010000 1011101 0 11010 1110 111010 101001100 1111 100101

Color Harmonies of #6C505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C505D

Black with #6C505D

Text Example


Text Example

White with #6C505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,93); }

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

background-color css

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

 a { background-color: rgb(108,80,93); }

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

border-color css

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

 span { border-color: rgb(108,80,93); }

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