#6F555C

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

Shades of Cosmic #6F555C

Tints of Cosmic #6F555C

Color information

#6F555C (or 0x6F555C) is unknown color: approx Cosmic. HEX triplet: 6F, 55 and 5C. RGB value is (111,85,92). Sum of RGB (Red+Green+Blue) = 111+85+92=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F555C is #90AAA3. Grayscale: #5D5D5D. Windows color (decimal): -9480868 or 6051183. OLE color: 6051183.

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

Color convert

RGB1118592-
CMYK00.230.170.56
HSL343.85º13.27%38.43%-
HSV(B)343.85º23.42%43.53%-
XYZ11.7410.6511.56-
YUV93.57127.11140.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=38.54%
G=29.51%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111859200.230.170.56343.8513.2738.43
Hex6F555C0171138158d26
Octal15712513402721705301546
Binary110111110101011011100010111100011110001010110001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,85,92); }

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

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

 a { background-color: rgb(111,85,92); }

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

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

 span { border-color: rgb(111,85,92); }

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