Html Css Color HEX #6F525C Cosmic

📋 copy color: '#6F525C'

red 111 ◦ green 82 ◦ blue 92

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

Shades of Cosmic #6F525C

Tints of Cosmic #6F525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.28%

R = 38.95%
G = 28.77%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F525C (or 0x6F525C) is known color: Cosmic. HEX triplet: 6F, 52 and 5C. RGB value is (111,82,92). Sum of RGB (Red+Green+Blue) = 111+82+92=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F525C is #90ADA3. Grayscale: #5B5B5B. Windows color (decimal): -9481636 or 6050415. OLE color: 6050415.

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

Color convert

RGB 111 82 92 -
CMYK 0 0.26 0.17 0.56
HSL 339.31º 0.15% 0.38% -
HSV(B) 339.31º 0.26% 0.44% -
XYZ 11.5 10.19 11.49 -
YUV 91.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 111 82 92 0 0.26 0.17 0.56 339.31 0.15 0.38
Hex 6F 52 5C 0 1A 11 38 153 F 26
Octal 157 122 134 0 32 21 70 523 17 46
Binary 1101111 1010010 1011100 0 11010 10001 111000 101010011 1111 100110

Color Harmonies of #6F525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F525C

Black with #6F525C

Text Example


Text Example

White with #6F525C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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