#6F5265

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

Shades of Cosmic #6F5265

Tints of Cosmic #6F5265

Color information

#6F5265 (or 0x6F5265) is unknown color: approx Cosmic. HEX triplet: 6F, 52 and 65. RGB value is (111,82,101). Sum of RGB (Red+Green+Blue) = 111+82+101=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5265 is #90AD9A. Grayscale: #5C5C5C. Windows color (decimal): -9481627 or 6640239. OLE color: 6640239.

HSL color Cylindrical-coordinate representation of color #6F5265: hue angle of 320.69º 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 #6F5265 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11182101-
CMYK00.260.090.56
HSL320.69º15.03%37.84%-
HSV(B)320.69º26.13%43.53%-
XYZ11.9210.3513.68-
YUV92.84132.61140.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=37.76%
G=27.89%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118210100.260.090.56320.6915.0337.84
Hex6F526501A938141f26
Octal15712214503211705011746
Binary11011111010010110010101101010011110001010000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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