Html Css Color HEX #6F525B Cosmic

📋 copy color: '#6F525B'

red 111 ◦ green 82 ◦ blue 91

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

Shades of Cosmic #6F525B

Tints of Cosmic #6F525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

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

R = 39.08%
G = 28.87%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F525B (or 0x6F525B) is known color: Cosmic. HEX triplet: 6F, 52 and 5B. RGB value is (111,82,91). Sum of RGB (Red+Green+Blue) = 111+82+91=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F525B is #90ADA4. Grayscale: #5B5B5B. Windows color (decimal): -9481637 or 5984879. OLE color: 5984879.

HSL color Cylindrical-coordinate representation of color #6F525B: hue angle of 341.38º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F525B is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 82 91 -
CMYK 0 0.26 0.18 0.56
HSL 341.38º 0.15% 0.38% -
HSV(B) 341.38º 0.26% 0.44% -
XYZ 11.46 10.17 11.26 -
YUV 91.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 111 82 91 0 0.26 0.18 0.56 341.38 0.15 0.38
Hex 6F 52 5B 0 1A 12 38 155 F 26
Octal 157 122 133 0 32 22 70 525 17 46
Binary 1101111 1010010 1011011 0 11010 10010 111000 101010101 1111 100110

Color Harmonies of #6F525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F525B

Black with #6F525B

Text Example


Text Example

White with #6F525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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