Html Css Color HEX #6F525D Cosmic

📋 copy color: '#6F525D'

red 111 ◦ green 82 ◦ blue 93

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

Shades of Cosmic #6F525D

Tints of Cosmic #6F525D

RGB

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

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

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

R = 38.81%
G = 28.67%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F525D (or 0x6F525D) is known color: Cosmic. HEX triplet: 6F, 52 and 5D. RGB value is (111,82,93). Sum of RGB (Red+Green+Blue) = 111+82+93=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F525D is #90ADA2. Grayscale: #5B5B5B. Windows color (decimal): -9481635 or 6115951. OLE color: 6115951.

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

Color convert

RGB 111 82 93 -
CMYK 0 0.26 0.16 0.56
HSL 337.24º 0.15% 0.38% -
HSV(B) 337.24º 0.26% 0.44% -
XYZ 11.55 10.2 11.72 -
YUV 91.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 111 82 93 0 0.26 0.16 0.56 337.24 0.15 0.38
Hex 6F 52 5D 0 1A 10 38 151 F 26
Octal 157 122 135 0 32 20 70 521 17 46
Binary 1101111 1010010 1011101 0 11010 10000 111000 101010001 1111 100110

Color Harmonies of #6F525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F525D

Black with #6F525D

Text Example


Text Example

White with #6F525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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