#68555B

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

Shades of Scorpion #68555B

Tints of Scorpion #68555B

Color information

#68555B (or 0x68555B) is unknown color: approx Scorpion. HEX triplet: 68, 55 and 5B. RGB value is (104,85,91). Sum of RGB (Red+Green+Blue) = 104+85+91=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #68555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68555B is #97AAA4. Grayscale: #5B5B5B. Windows color (decimal): -9939621 or 5985640. OLE color: 5985640.

HSL color Cylindrical-coordinate representation of color #68555B: hue angle of 341.05º 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 #68555B is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1048591-
CMYK00.180.120.59
HSL341.05º10.05%37.06%-
HSV(B)341.05º18.27%40.78%-
XYZ10.8510.211.29-
YUV91.36127.79137.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=37.14%
G=30.36%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104859100.180.120.59341.0510.0537.06
Hex68555B012C3B155a25
Octal15012513302214735251245
Binary11010001010101101101101001011001110111010101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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