#6F5761

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

Shades of Cosmic #6F5761

Tints of Cosmic #6F5761

Color information

#6F5761 (or 0x6F5761) is unknown color: approx Cosmic. HEX triplet: 6F, 57 and 61. RGB value is (111,87,97). Sum of RGB (Red+Green+Blue) = 111+87+97=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5761 is #90A89E. Grayscale: #5F5F5F. Windows color (decimal): -9480351 or 6379375. OLE color: 6379375.

HSL color Cylindrical-coordinate representation of color #6F5761: hue angle of 335º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F5761 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1118797-
CMYK00.220.130.56
HSL335º12.12%38.82%-
HSV(B)335º21.62%43.53%-
XYZ12.1211.0612.8-
YUV95.32128.95139.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=37.63%
G=29.49%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111879700.220.130.5633512.1238.82
Hex6F5761016D3814fc27
Octal15712714102615705171447
Binary11011111010111110000101011011011110001010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,87,97); }

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

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

 a { background-color: rgb(111,87,97); }

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

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

 span { border-color: rgb(111,87,97); }

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