#6F5261

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

Shades of Cosmic #6F5261

Tints of Cosmic #6F5261

Color information

#6F5261 (or 0x6F5261) is unknown color: approx Cosmic. HEX triplet: 6F, 52 and 61. RGB value is (111,82,97). Sum of RGB (Red+Green+Blue) = 111+82+97=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5261 is #90AD9E. Grayscale: #5C5C5C. Windows color (decimal): -9481631 or 6378095. OLE color: 6378095.

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

Color convert

RGB1118297-
CMYK00.260.130.56
HSL328.97º15.03%37.84%-
HSV(B)328.97º26.13%43.53%-
XYZ11.7310.2812.67-
YUV92.38130.61141.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=38.28%
G=28.28%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111829700.260.130.56328.9715.0337.84
Hex6F526101AD38149f26
Octal15712214103215705111746
Binary11011111010010110000101101011011110001010010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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