#6A4E60

Color #6A4E60 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #6A4E60

Tints of Cosmic #6A4E60

Color information

#6A4E60 (or 0x6A4E60) is unknown color: approx Cosmic. HEX triplet: 6A, 4E and 60. RGB value is (106,78,96). Sum of RGB (Red+Green+Blue) = 106+78+96=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4E60 is #95B19F. Grayscale: #585858. Windows color (decimal): -9810336 or 6311530. OLE color: 6311530.

HSL color Cylindrical-coordinate representation of color #6A4E60: hue angle of 321.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A4E60 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB1067896-
CMYK00.260.090.58
HSL321.43º15.22%36.08%-
HSV(B)321.43º26.42%41.57%-
XYZ10.789.3612.3-
YUV88.42132.28140.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=37.86%
G=27.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106789600.260.090.58321.4315.2236.08
Hex6A4E6001A93A141f24
Octal15211614003211725011744
Binary11010101001110110000001101010011110101010000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,78,96); }

 H1.HeaderClassName
 {
   color: #6A4E60;
 }
 .AnyTagClassName
 {
   color: #6A4E60;
 }
</style>
background-color css

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

 a { background-color: rgb(106,78,96); }

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

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

 span { border-color: rgb(106,78,96); }

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