Html Css Color HEX #6F505B Cosmic

📋 copy color: '#6F505B'

red 111 ◦ green 80 ◦ blue 91

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

Shades of Cosmic #6F505B

Tints of Cosmic #6F505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 39.36%
G = 28.37%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F505B (or 0x6F505B) is known color: Cosmic. HEX triplet: 6F, 50 and 5B. RGB value is (111,80,91). Sum of RGB (Red+Green+Blue) = 111+80+91=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F505B is #90AFA4. Grayscale: #5A5A5A. Windows color (decimal): -9482149 or 5984367. OLE color: 5984367.

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

Color convert

RGB 111 80 91 -
CMYK 0 0.28 0.18 0.56
HSL 338.71º 0.16% 0.37% -
HSV(B) 338.71º 0.28% 0.44% -
XYZ 11.31 9.87 11.21 -
YUV 90.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 111 80 91 0 0.28 0.18 0.56 338.71 0.16 0.37
Hex 6F 50 5B 0 1C 12 38 153 10 25
Octal 157 120 133 0 34 22 70 523 20 45
Binary 1101111 1010000 1011011 0 11100 10010 111000 101010011 10000 100101

Color Harmonies of #6F505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F505B

Black with #6F505B

Text Example


Text Example

White with #6F505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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