Html Css Color HEX #68555B Scorpion

📋 copy color: '#68555B'

red 104 ◦ green 85 ◦ blue 91

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

Shades of Scorpion #68555B

Tints of Scorpion #68555B

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 value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68555B (or 0x68555B) is known color: 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

RGB 104 85 91 -
CMYK 0 0.18 0.12 0.59
HSL 341.05º 0.1% 0.37% -
HSV(B) 341.05º 0.18% 0.41% -
XYZ 10.85 10.2 11.29 -
YUV 91.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 104 85 91 0 0.18 0.12 0.59 341.05 0.1 0.37
Hex 68 55 5B 0 12 C 3B 155 A 25
Octal 150 125 133 0 22 14 73 525 12 45
Binary 1101000 1010101 1011011 0 10010 1100 111011 101010101 1010 100101

Color Harmonies of #68555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68555B

Black with #68555B

Text Example


Text Example

White with #68555B

Text Example


Text Example

HTML Codes & Css Web 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>