Html Css Color HEX #6F4D5C Cosmic

📋 copy color: '#6F4D5C'

red 111 ◦ green 77 ◦ blue 92

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

Shades of Cosmic #6F4D5C

Tints of Cosmic #6F4D5C

RGB

 RED value IS 111 (43.75% from 255) = 39.64%

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

 BLUE value IS 92 (36.33% from 255) = 32.86%

R = 39.64%
G = 27.5%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F4D5C (or 0x6F4D5C) is known color: Cosmic. HEX triplet: 6F, 4D and 5C. RGB value is (111,77,92). Sum of RGB (Red+Green+Blue) = 111+77+92=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D5C is #90B2A3. Grayscale: #585858. Windows color (decimal): -9482916 or 6049135. OLE color: 6049135.

HSL color Cylindrical-coordinate representation of color #6F4D5C: hue angle of 333.53º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F4D5C is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 77 92 -
CMYK 0 0.31 0.17 0.56
HSL 333.53º 0.18% 0.37% -
HSV(B) 333.53º 0.31% 0.44% -
XYZ 11.14 9.46 11.36 -
YUV 88.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 111 77 92 0 0.31 0.17 0.56 333.53 0.18 0.37
Hex 6F 4D 5C 0 1F 11 38 14E 12 25
Octal 157 115 134 0 37 21 70 516 22 45
Binary 1101111 1001101 1011100 0 11111 10001 111000 101001110 10010 100101

Color Harmonies of #6F4D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4D5C

Black with #6F4D5C

Text Example


Text Example

White with #6F4D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,77,92); }

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

background-color css

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

 a { background-color: rgb(111,77,92); }

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

border-color css

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

 span { border-color: rgb(111,77,92); }

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