Html Css Color HEX #6F515E Cosmic

📋 copy color: '#6F515E'

red 111 ◦ green 81 ◦ blue 94

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

Shades of Cosmic #6F515E

Tints of Cosmic #6F515E

RGB

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

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

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

R = 38.81%
G = 28.32%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F515E (or 0x6F515E) is known color: Cosmic. HEX triplet: 6F, 51 and 5E. RGB value is (111,81,94). Sum of RGB (Red+Green+Blue) = 111+81+94=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F515E is #90AEA1. Grayscale: #5B5B5B. Windows color (decimal): -9481890 or 6181231. OLE color: 6181231.

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

Color convert

RGB 111 81 94 -
CMYK 0 0.27 0.15 0.56
HSL 334º 0.16% 0.38% -
HSV(B) 334º 0.27% 0.44% -
XYZ 11.52 10.07 11.93 -
YUV 91.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 111 81 94 0 0.27 0.15 0.56 334 0.16 0.38
Hex 6F 51 5E 0 1B F 38 14E 10 26
Octal 157 121 136 0 33 17 70 516 20 46
Binary 1101111 1010001 1011110 0 11011 1111 111000 101001110 10000 100110

Color Harmonies of #6F515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F515E

Black with #6F515E

Text Example


Text Example

White with #6F515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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