#6F5866

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

Shades of Cosmic #6F5866

Tints of Cosmic #6F5866

Color information

#6F5866 (or 0x6F5866) is unknown color: approx Cosmic. HEX triplet: 6F, 58 and 66. RGB value is (111,88,102). Sum of RGB (Red+Green+Blue) = 111+88+102=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5866 is #90A799. Grayscale: #606060. Windows color (decimal): -9480090 or 6707311. OLE color: 6707311.

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

Color convert

RGB11188102-
CMYK00.210.080.56
HSL323.48º11.56%39.02%-
HSV(B)323.48º20.72%43.53%-
XYZ12.4411.3214.1-
YUV96.47131.12138.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=36.88%
G=29.24%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118810200.210.080.56323.4811.5639.02
Hex6F5866015838143c27
Octal15713014602510705031447
Binary11011111011000110011001010110001110001010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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