#6F5865

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

Shades of Cosmic #6F5865

Tints of Cosmic #6F5865

Color information

#6F5865 (or 0x6F5865) is unknown color: approx Cosmic. HEX triplet: 6F, 58 and 65. RGB value is (111,88,101). Sum of RGB (Red+Green+Blue) = 111+88+101=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5865 is #90A79A. Grayscale: #606060. Windows color (decimal): -9480091 or 6641775. OLE color: 6641775.

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

Color convert

RGB11188101-
CMYK00.210.090.56
HSL326.09º11.56%39.02%-
HSV(B)326.09º20.72%43.53%-
XYZ12.3911.313.84-
YUV96.36130.62138.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=37%
G=29.33%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118810100.210.090.56326.0911.5639.02
Hex6F5865015938146c27
Octal15713014502511705061447
Binary11011111011000110010101010110011110001010001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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