Html Css Color HEX #6F535D Cosmic

📋 copy color: '#6F535D'

red 111 ◦ green 83 ◦ blue 93

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

Shades of Cosmic #6F535D

Tints of Cosmic #6F535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 38.68%
G = 28.92%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F535D (or 0x6F535D) is known color: Cosmic. HEX triplet: 6F, 53 and 5D. RGB value is (111,83,93). Sum of RGB (Red+Green+Blue) = 111+83+93=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F535D is #90ACA2. Grayscale: #5C5C5C. Windows color (decimal): -9481379 or 6116207. OLE color: 6116207.

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

Color convert

RGB 111 83 93 -
CMYK 0 0.25 0.16 0.56
HSL 338.57º 0.14% 0.38% -
HSV(B) 338.57º 0.25% 0.44% -
XYZ 11.62 10.36 11.74 -
YUV 92.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 111 83 93 0 0.25 0.16 0.56 338.57 0.14 0.38
Hex 6F 53 5D 0 19 10 38 153 E 26
Octal 157 123 135 0 31 20 70 523 16 46
Binary 1101111 1010011 1011101 0 11001 10000 111000 101010011 1110 100110

Color Harmonies of #6F535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F535D

Black with #6F535D

Text Example


Text Example

White with #6F535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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