#6A555F

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

Shades of Cosmic #6A555F

Tints of Cosmic #6A555F

Color information

#6A555F (or 0x6A555F) is unknown color: approx Cosmic. HEX triplet: 6A, 55 and 5F. RGB value is (106,85,95). Sum of RGB (Red+Green+Blue) = 106+85+95=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 106 - color contains mainly: red. Hex color #6A555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A555F is #95AAA0. Grayscale: #5C5C5C. Windows color (decimal): -9808545 or 6247786. OLE color: 6247786.

HSL color Cylindrical-coordinate representation of color #6A555F: hue angle of 331.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A555F is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB1068595-
CMYK00.200.100.58
HSL331.43º10.99%37.45%-
HSV(B)331.43º19.81%41.57%-
XYZ11.2610.3912.24-
YUV92.42129.46137.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=37.06%
G=29.72%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106859500.200.100.58331.4310.9937.45
Hex6A555F014A3A14bb25
Octal15212513702412725131345
Binary11010101010101101111101010010101110101010010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,85,95); }

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

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

 a { background-color: rgb(106,85,95); }

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

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

 span { border-color: rgb(106,85,95); }

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