Html Css Color HEX #6F5160 Cosmic

📋 copy color: '#6F5160'

red 111 ◦ green 81 ◦ blue 96

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

Shades of Cosmic #6F5160

Tints of Cosmic #6F5160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 38.54%
G = 28.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F5160 (or 0x6F5160) is known color: Cosmic. HEX triplet: 6F, 51 and 60. RGB value is (111,81,96). Sum of RGB (Red+Green+Blue) = 111+81+96=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5160 is #90AE9F. Grayscale: #5B5B5B. Windows color (decimal): -9481888 or 6312303. OLE color: 6312303.

HSL color Cylindrical-coordinate representation of color #6F5160: hue angle of 330º 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 #6F5160 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 81 96 -
CMYK 0 0.27 0.14 0.56
HSL 330º 0.16% 0.38% -
HSV(B) 330º 0.27% 0.44% -
XYZ 11.61 10.11 12.41 -
YUV 91.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 111 81 96 0 0.27 0.14 0.56 330 0.16 0.38
Hex 6F 51 60 0 1B E 38 14A 10 26
Octal 157 121 140 0 33 16 70 512 20 46
Binary 1101111 1010001 1100000 0 11011 1110 111000 101001010 10000 100110

Color Harmonies of #6F5160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5160

Black with #6F5160

Text Example


Text Example

White with #6F5160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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