Html Css Color HEX #6F515B Cosmic

📋 copy color: '#6F515B'

red 111 ◦ green 81 ◦ blue 91

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

Shades of Cosmic #6F515B

Tints of Cosmic #6F515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 39.22%
G = 28.62%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F515B (or 0x6F515B) is known color: Cosmic. HEX triplet: 6F, 51 and 5B. RGB value is (111,81,91). Sum of RGB (Red+Green+Blue) = 111+81+91=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F515B is #90AEA4. Grayscale: #5B5B5B. Windows color (decimal): -9481893 or 5984623. OLE color: 5984623.

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

Color convert

RGB 111 81 91 -
CMYK 0 0.27 0.18 0.56
HSL 340º 0.16% 0.38% -
HSV(B) 340º 0.27% 0.44% -
XYZ 11.39 10.02 11.23 -
YUV 91.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 111 81 91 0 0.27 0.18 0.56 340 0.16 0.38
Hex 6F 51 5B 0 1B 12 38 154 10 26
Octal 157 121 133 0 33 22 70 524 20 46
Binary 1101111 1010001 1011011 0 11011 10010 111000 101010100 10000 100110

Color Harmonies of #6F515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F515B

Black with #6F515B

Text Example


Text Example

White with #6F515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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