Html Css Color HEX #6F565F Cosmic

📋 copy color: '#6F565F'

red 111 ◦ green 86 ◦ blue 95

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

Shades of Cosmic #6F565F

Tints of Cosmic #6F565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

 BLUE value IS 95 (37.5% from 255) = 32.53%

R = 38.01%
G = 29.45%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F565F (or 0x6F565F) is known color: Cosmic. HEX triplet: 6F, 56 and 5F. RGB value is (111,86,95). Sum of RGB (Red+Green+Blue) = 111+86+95=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F565F is #90A9A0. Grayscale: #5E5E5E. Windows color (decimal): -9480609 or 6248047. OLE color: 6248047.

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

Color convert

RGB 111 86 95 -
CMYK 0 0.23 0.14 0.56
HSL 338.4º 0.13% 0.39% -
HSV(B) 338.4º 0.23% 0.44% -
XYZ 11.95 10.86 12.29 -
YUV 94.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 111 86 95 0 0.23 0.14 0.56 338.4 0.13 0.39
Hex 6F 56 5F 0 17 E 38 152 D 27
Octal 157 126 137 0 27 16 70 522 15 47
Binary 1101111 1010110 1011111 0 10111 1110 111000 101010010 1101 100111

Color Harmonies of #6F565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F565F

Black with #6F565F

Text Example


Text Example

White with #6F565F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,86,95); }

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

background-color css

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

 a { background-color: rgb(111,86,95); }

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

border-color css

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

 span { border-color: rgb(111,86,95); }

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