Html Css Color HEX #6F515D Cosmic

📋 copy color: '#6F515D'

red 111 ◦ green 81 ◦ blue 93

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

Shades of Cosmic #6F515D

Tints of Cosmic #6F515D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 38.95%
G = 28.42%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F515D (or 0x6F515D) is known color: Cosmic. HEX triplet: 6F, 51 and 5D. RGB value is (111,81,93). Sum of RGB (Red+Green+Blue) = 111+81+93=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F515D is #90AEA2. Grayscale: #5B5B5B. Windows color (decimal): -9481891 or 6115695. OLE color: 6115695.

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

Color convert

RGB 111 81 93 -
CMYK 0 0.27 0.16 0.56
HSL 336º 0.16% 0.38% -
HSV(B) 336º 0.27% 0.44% -
XYZ 11.47 10.05 11.69 -
YUV 91.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 111 81 93 0 0.27 0.16 0.56 336 0.16 0.38
Hex 6F 51 5D 0 1B 10 38 150 10 26
Octal 157 121 135 0 33 20 70 520 20 46
Binary 1101111 1010001 1011101 0 11011 10000 111000 101010000 10000 100110

Color Harmonies of #6F515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F515D

Black with #6F515D

Text Example


Text Example

White with #6F515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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