Html Css Color HEX #6C4D5E Cosmic

📋 copy color: '#6C4D5E'

red 108 ◦ green 77 ◦ blue 94

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

Shades of Cosmic #6C4D5E

Tints of Cosmic #6C4D5E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.6%

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

R = 38.71%
G = 27.6%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6C4D5E (or 0x6C4D5E) is known color: Cosmic. HEX triplet: 6C, 4D and 5E. RGB value is (108,77,94). Sum of RGB (Red+Green+Blue) = 108+77+94=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4D5E is #93B2A1. Grayscale: #585858. Windows color (decimal): -9679522 or 6180204. OLE color: 6180204.

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

Color convert

RGB 108 77 94 -
CMYK 0 0.29 0.13 0.58
HSL 327.1º 0.17% 0.36% -
HSV(B) 327.1º 0.29% 0.42% -
XYZ 10.86 9.3 11.81 -
YUV 88.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 108 77 94 0 0.29 0.13 0.58 327.1 0.17 0.36
Hex 6C 4D 5E 0 1D D 3A 147 11 24
Octal 154 115 136 0 35 15 72 507 21 44
Binary 1101100 1001101 1011110 0 11101 1101 111010 101000111 10001 100100

Color Harmonies of #6C4D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4D5E

Black with #6C4D5E

Text Example


Text Example

White with #6C4D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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