#6A565F

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

Shades of Cosmic #6A565F

Tints of Cosmic #6A565F

Color information

#6A565F (or 0x6A565F) is unknown color: approx Cosmic. HEX triplet: 6A, 56 and 5F. RGB value is (106,86,95). Sum of RGB (Red+Green+Blue) = 106+86+95=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A565F is #95A9A0. Grayscale: #5C5C5C. Windows color (decimal): -9808289 or 6248042. OLE color: 6248042.

HSL color Cylindrical-coordinate representation of color #6A565F: hue angle of 333º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A565F is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB1068695-
CMYK00.190.100.58
HSL333º10.42%37.65%-
HSV(B)333º18.87%41.57%-
XYZ11.3410.5512.26-
YUV93.01129.13137.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=36.93%
G=29.97%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106869500.190.100.5833310.4237.65
Hex6A565F013A3A14da26
Octal15212613702312725151246
Binary11010101010110101111101001110101110101010011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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