Html Css Color HEX #6C4F5D Cosmic

📋 copy color: '#6C4F5D'

red 108 ◦ green 79 ◦ blue 93

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

Shades of Cosmic #6C4F5D

Tints of Cosmic #6C4F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.21%

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

R = 38.57%
G = 28.21%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C4F5D (or 0x6C4F5D) is known color: Cosmic. HEX triplet: 6C, 4F and 5D. RGB value is (108,79,93). Sum of RGB (Red+Green+Blue) = 108+79+93=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F5D is #93B0A2. Grayscale: #595959. Windows color (decimal): -9679011 or 6115180. OLE color: 6115180.

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

Color convert

RGB 108 79 93 -
CMYK 0 0.27 0.14 0.58
HSL 331.03º 0.16% 0.37% -
HSV(B) 331.03º 0.27% 0.42% -
XYZ 10.96 9.57 11.63 -
YUV 89.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 108 79 93 0 0.27 0.14 0.58 331.03 0.16 0.37
Hex 6C 4F 5D 0 1B E 3A 14B 10 25
Octal 154 117 135 0 33 16 72 513 20 45
Binary 1101100 1001111 1011101 0 11011 1110 111010 101001011 10000 100101

Color Harmonies of #6C4F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4F5D

Black with #6C4F5D

Text Example


Text Example

White with #6C4F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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