Html Css Color HEX #68585D Scorpion

📋 copy color: '#68585D'

red 104 ◦ green 88 ◦ blue 93

#68585D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #68585D

Tints of Scorpion #68585D

RGB

 RED value IS 104 (41.02% from 255) = 36.49%

 GREEN value IS 88 (34.77% from 255) = 30.88%

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 36.49%
G = 30.88%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68585D (or 0x68585D) is known color: Scorpion. HEX triplet: 68, 58 and 5D. RGB value is (104,88,93). Sum of RGB (Red+Green+Blue) = 104+88+93=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #68585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68585D is #97A7A2. Grayscale: #5D5D5D. Windows color (decimal): -9938851 or 6117480. OLE color: 6117480.

HSL color Cylindrical-coordinate representation of color #68585D: hue angle of 341.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68585D is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 88 93 -
CMYK 0 0.15 0.11 0.59
HSL 341.25º 0.08% 0.38% -
HSV(B) 341.25º 0.15% 0.41% -
XYZ 11.17 10.71 11.83 -
YUV 93.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 104 88 93 0 0.15 0.11 0.59 341.25 0.08 0.38
Hex 68 58 5D 0 F B 3B 155 8 26
Octal 150 130 135 0 17 13 73 525 10 46
Binary 1101000 1011000 1011101 0 1111 1011 111011 101010101 1000 100110

Color Harmonies of #68585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68585D

Black with #68585D

Text Example


Text Example

White with #68585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68585D; }

 p { color: rgb(104,88,93); }

 H1.HeaderClassName
 {
   color: #68585D;
 }
 .AnyTagClassName
 {
   color: #68585D;
 }
</style>

background-color css

<style>
 a { background-color: #68585D; }

 a { background-color: rgb(104,88,93); }

 div.DivClassName
 {
   background-color: #68585D;
 }
 .BgClassName
 {
   background-color: #68585D;
 }
</style>

border-color css

<style>
 span { border-color: #68585D; }

 span { border-color: rgb(104,88,93); }

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