Html Css Color HEX #6F5161 Cosmic

📋 copy color: '#6F5161'

red 111 ◦ green 81 ◦ blue 97

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

Shades of Cosmic #6F5161

Tints of Cosmic #6F5161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.03%

 BLUE value IS 97 (38.28% from 255) = 33.56%

R = 38.41%
G = 28.03%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F5161 (or 0x6F5161) is known color: Cosmic. HEX triplet: 6F, 51 and 61. RGB value is (111,81,97). Sum of RGB (Red+Green+Blue) = 111+81+97=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5161 is #90AE9E. Grayscale: #5B5B5B. Windows color (decimal): -9481887 or 6377839. OLE color: 6377839.

HSL color Cylindrical-coordinate representation of color #6F5161: hue angle of 328º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F5161 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 81 97 -
CMYK 0 0.27 0.13 0.56
HSL 328º 0.16% 0.38% -
HSV(B) 328º 0.27% 0.44% -
XYZ 11.66 10.13 12.65 -
YUV 91.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 111 81 97 0 0.27 0.13 0.56 328 0.16 0.38
Hex 6F 51 61 0 1B D 38 148 10 26
Octal 157 121 141 0 33 15 70 510 20 46
Binary 1101111 1010001 1100001 0 11011 1101 111000 101001000 10000 100110

Color Harmonies of #6F5161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5161

Black with #6F5161

Text Example


Text Example

White with #6F5161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,81,97); }

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

background-color css

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

 a { background-color: rgb(111,81,97); }

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

border-color css

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

 span { border-color: rgb(111,81,97); }

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