Html Css Color HEX #6D4F5E Cosmic

📋 copy color: '#6D4F5E'

red 109 ◦ green 79 ◦ blue 94

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

Shades of Cosmic #6D4F5E

Tints of Cosmic #6D4F5E

RGB

 RED value IS 109 (42.97% from 255) = 38.65%

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

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

R = 38.65%
G = 28.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D4F5E (or 0x6D4F5E) is known color: Cosmic. HEX triplet: 6D, 4F and 5E. RGB value is (109,79,94). Sum of RGB (Red+Green+Blue) = 109+79+94=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F5E is #92B0A1. Grayscale: #595959. Windows color (decimal): -9613474 or 6180717. OLE color: 6180717.

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

Color convert

RGB 109 79 94 -
CMYK 0 0.28 0.14 0.57
HSL 330º 0.16% 0.37% -
HSV(B) 330º 0.28% 0.43% -
XYZ 11.12 9.65 11.87 -
YUV 89.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 109 79 94 0 0.28 0.14 0.57 330 0.16 0.37
Hex 6D 4F 5E 0 1C E 39 14A 10 25
Octal 155 117 136 0 34 16 71 512 20 45
Binary 1101101 1001111 1011110 0 11100 1110 111001 101001010 10000 100101

Color Harmonies of #6D4F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4F5E

Black with #6D4F5E

Text Example


Text Example

White with #6D4F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,79,94); }

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

background-color css

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

 a { background-color: rgb(109,79,94); }

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

border-color css

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

 span { border-color: rgb(109,79,94); }

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