Html Css Color HEX #6E5560 Cosmic

📋 copy color: '#6E5560'

red 110 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #6E5560

Tints of Cosmic #6E5560

RGB

 RED value IS 110 (43.36% from 255) = 37.8%

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

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

R = 37.8%
G = 29.21%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6E5560 (or 0x6E5560) is known color: Cosmic. HEX triplet: 6E, 55 and 60. RGB value is (110,85,96). Sum of RGB (Red+Green+Blue) = 110+85+96=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5560 is #91AA9F. Grayscale: #5D5D5D. Windows color (decimal): -9546400 or 6313326. OLE color: 6313326.

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

Color convert

RGB 110 85 96 -
CMYK 0 0.23 0.13 0.57
HSL 333.6º 0.13% 0.38% -
HSV(B) 333.6º 0.23% 0.43% -
XYZ 11.79 10.66 12.5 -
YUV 93.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 110 85 96 0 0.23 0.13 0.57 333.6 0.13 0.38
Hex 6E 55 60 0 17 D 39 14E D 26
Octal 156 125 140 0 27 15 71 516 15 46
Binary 1101110 1010101 1100000 0 10111 1101 111001 101001110 1101 100110

Color Harmonies of #6E5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5560

Black with #6E5560

Text Example


Text Example

White with #6E5560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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