#68545F

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

Shades of Cosmic #68545F

Tints of Cosmic #68545F

Color information

#68545F (or 0x68545F) is unknown color: approx Cosmic. HEX triplet: 68, 54 and 5F. RGB value is (104,84,95). Sum of RGB (Red+Green+Blue) = 104+84+95=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #68545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68545F is #97ABA0. Grayscale: #5B5B5B. Windows color (decimal): -9939873 or 6247528. OLE color: 6247528.

HSL color Cylindrical-coordinate representation of color #68545F: hue angle of 327º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68545F is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1048495-
CMYK00.190.090.59
HSL327º10.64%36.86%-
HSV(B)327º19.23%40.78%-
XYZ10.9410.1112.2-
YUV91.23130.13137.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=36.75%
G=29.68%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104849500.190.090.5932710.6436.86
Hex68545F01393B147b25
Octal15012413702311735071345
Binary11010001010100101111101001110011110111010001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68545F; }

 p { color: rgb(104,84,95); }

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

<style>
 a { background-color: #68545F; }

 a { background-color: rgb(104,84,95); }

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

<style>
 span { border-color: #68545F; }

 span { border-color: rgb(104,84,95); }

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