#6A5461

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

Shades of Cosmic #6A5461

Tints of Cosmic #6A5461

Color information

#6A5461 (or 0x6A5461) is unknown color: approx Cosmic. HEX triplet: 6A, 54 and 61. RGB value is (106,84,97). Sum of RGB (Red+Green+Blue) = 106+84+97=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5461 is #95AB9E. Grayscale: #5C5C5C. Windows color (decimal): -9808799 or 6378602. OLE color: 6378602.

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

Color convert

RGB1068497-
CMYK00.210.080.58
HSL324.55º11.58%37.25%-
HSV(B)324.55º20.75%41.57%-
XYZ11.2710.2712.7-
YUV92.06130.79137.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 97 (38.28% from 255) = 33.80%
R=36.93%
G=29.27%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106849700.210.080.58324.5511.5837.25
Hex6A546101583A145c25
Octal15212414102510725051445
Binary11010101010100110000101010110001110101010001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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