Html Css Color HEX #6F505E Cosmic

📋 copy color: '#6F505E'

red 111 ◦ green 80 ◦ blue 94

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

Shades of Cosmic #6F505E

Tints of Cosmic #6F505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 38.95%
G = 28.07%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F505E (or 0x6F505E) is known color: Cosmic. HEX triplet: 6F, 50 and 5E. RGB value is (111,80,94). Sum of RGB (Red+Green+Blue) = 111+80+94=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F505E is #90AFA1. Grayscale: #5A5A5A. Windows color (decimal): -9482146 or 6180975. OLE color: 6180975.

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

Color convert

RGB 111 80 94 -
CMYK 0 0.28 0.15 0.56
HSL 332.9º 0.16% 0.37% -
HSV(B) 332.9º 0.28% 0.44% -
XYZ 11.44 9.92 11.9 -
YUV 90.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 111 80 94 0 0.28 0.15 0.56 332.9 0.16 0.37
Hex 6F 50 5E 0 1C F 38 14D 10 25
Octal 157 120 136 0 34 17 70 515 20 45
Binary 1101111 1010000 1011110 0 11100 1111 111000 101001101 10000 100101

Color Harmonies of #6F505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F505E

Black with #6F505E

Text Example


Text Example

White with #6F505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,94); }

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

background-color css

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

 a { background-color: rgb(111,80,94); }

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

border-color css

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

 span { border-color: rgb(111,80,94); }

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