Html Css Color HEX #6F555E Cosmic

📋 copy color: '#6F555E'

red 111 ◦ green 85 ◦ blue 94

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

Shades of Cosmic #6F555E

Tints of Cosmic #6F555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 38.28%
G = 29.31%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F555E (or 0x6F555E) is known color: Cosmic. HEX triplet: 6F, 55 and 5E. RGB value is (111,85,94). Sum of RGB (Red+Green+Blue) = 111+85+94=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F555E is #90AAA1. Grayscale: #5D5D5D. Windows color (decimal): -9480866 or 6182255. OLE color: 6182255.

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

Color convert

RGB 111 85 94 -
CMYK 0 0.23 0.15 0.56
HSL 339.23º 0.13% 0.38% -
HSV(B) 339.23º 0.23% 0.44% -
XYZ 11.82 10.68 12.03 -
YUV 93.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 111 85 94 0 0.23 0.15 0.56 339.23 0.13 0.38
Hex 6F 55 5E 0 17 F 38 153 D 26
Octal 157 125 136 0 27 17 70 523 15 46
Binary 1101111 1010101 1011110 0 10111 1111 111000 101010011 1101 100110

Color Harmonies of #6F555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F555E

Black with #6F555E

Text Example


Text Example

White with #6F555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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