Html Css Color HEX #6F5159 Cosmic

📋 copy color: '#6F5159'

red 111 ◦ green 81 ◦ blue 89

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

Shades of Cosmic #6F5159

Tints of Cosmic #6F5159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 39.5%
G = 28.83%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F5159 (or 0x6F5159) is known color: Cosmic. HEX triplet: 6F, 51 and 59. RGB value is (111,81,89). Sum of RGB (Red+Green+Blue) = 111+81+89=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5159 is #90AEA6. Grayscale: #5A5A5A. Windows color (decimal): -9481895 or 5853551. OLE color: 5853551.

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

Color convert

RGB 111 81 89 -
CMYK 0 0.27 0.20 0.56
HSL 344º 0.16% 0.38% -
HSV(B) 344º 0.27% 0.44% -
XYZ 11.3 9.99 10.78 -
YUV 90.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 111 81 89 0 0.27 0.20 0.56 344 0.16 0.38
Hex 6F 51 59 0 1B 14 38 158 10 26
Octal 157 121 131 0 33 24 70 530 20 46
Binary 1101111 1010001 1011001 0 11011 10100 111000 101011000 10000 100110

Color Harmonies of #6F5159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5159

Black with #6F5159

Text Example


Text Example

White with #6F5159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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