#68555E

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

Shades of Cosmic #68555E

Tints of Cosmic #68555E

Color information

#68555E (or 0x68555E) is unknown color: approx Cosmic. HEX triplet: 68, 55 and 5E. RGB value is (104,85,94). Sum of RGB (Red+Green+Blue) = 104+85+94=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #68555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68555E is #97AAA1. Grayscale: #5B5B5B. Windows color (decimal): -9939618 or 6182248. OLE color: 6182248.

HSL color Cylindrical-coordinate representation of color #68555E: hue angle of 331.58º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68555E is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1048594-
CMYK00.180.100.59
HSL331.58º10.05%37.06%-
HSV(B)331.58º18.27%40.78%-
XYZ10.9810.2511.99-
YUV91.71129.29136.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=36.75%
G=30.04%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104859400.180.100.59331.5810.0537.06
Hex68555E012A3B14ca25
Octal15012513602212735141245
Binary11010001010101101111001001010101110111010011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68555E; }

 p { color: rgb(104,85,94); }

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

<style>
 a { background-color: #68555E; }

 a { background-color: rgb(104,85,94); }

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

<style>
 span { border-color: #68555E; }

 span { border-color: rgb(104,85,94); }

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