Html Css Color HEX #6F5560 Cosmic

📋 copy color: '#6F5560'

red 111 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #6F5560

Tints of Cosmic #6F5560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 38.01%
G = 29.11%
B = 32.88%

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

#6F5560 (or 0x6F5560) is known color: Cosmic. HEX triplet: 6F, 55 and 60. RGB value is (111,85,96). Sum of RGB (Red+Green+Blue) = 111+85+96=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5560 is #90AA9F. Grayscale: #5E5E5E. Windows color (decimal): -9480864 or 6313327. OLE color: 6313327.

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

Color convert

RGB 111 85 96 -
CMYK 0 0.23 0.14 0.56
HSL 334.62º 0.13% 0.38% -
HSV(B) 334.62º 0.23% 0.44% -
XYZ 11.92 10.72 12.51 -
YUV 94.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 111 85 96 0 0.23 0.14 0.56 334.62 0.13 0.38
Hex 6F 55 60 0 17 E 38 14F D 26
Octal 157 125 140 0 27 16 70 517 15 46
Binary 1101111 1010101 1100000 0 10111 1110 111000 101001111 1101 100110

Color Harmonies of #6F5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5560

Black with #6F5560

Text Example


Text Example

White with #6F5560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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