#6A4F61

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

Shades of Cosmic #6A4F61

Tints of Cosmic #6A4F61

Color information

#6A4F61 (or 0x6A4F61) is unknown color: approx Cosmic. HEX triplet: 6A, 4F and 61. RGB value is (106,79,97). Sum of RGB (Red+Green+Blue) = 106+79+97=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F61 is #95B09E. Grayscale: #595959. Windows color (decimal): -9810079 or 6377322. OLE color: 6377322.

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

Color convert

RGB1067997-
CMYK00.250.080.58
HSL320º14.59%36.27%-
HSV(B)320º25.47%41.57%-
XYZ10.99.5212.57-
YUV89.12132.45140.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=37.59%
G=28.01%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106799700.250.080.5832014.5936.27
Hex6A4F6101983A140f24
Octal15211714103110725001744
Binary11010101001111110000101100110001110101010000001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,79,97); }

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

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

 a { background-color: rgb(106,79,97); }

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

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

 span { border-color: rgb(106,79,97); }

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