#6A5161

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

Shades of Cosmic #6A5161

Tints of Cosmic #6A5161

Color information

#6A5161 (or 0x6A5161) is unknown color: approx Cosmic. HEX triplet: 6A, 51 and 61. RGB value is (106,81,97). Sum of RGB (Red+Green+Blue) = 106+81+97=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5161 is #95AE9E. Grayscale: #5A5A5A. Windows color (decimal): -9809567 or 6377834. OLE color: 6377834.

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

Color convert

RGB1068197-
CMYK00.240.080.58
HSL321.6º13.37%36.67%-
HSV(B)321.6º23.58%41.57%-
XYZ11.049.8112.62-
YUV90.3131.78139.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=37.32%
G=28.52%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106819700.240.080.58321.613.3736.67
Hex6A516101883A142d25
Octal15212114103010725021545
Binary11010101010001110000101100010001110101010000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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