Html Css Color HEX #625A5D Scorpion

📋 copy color: '#625A5D'

red 98 ◦ green 90 ◦ blue 93

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

Shades of Scorpion #625A5D

Tints of Scorpion #625A5D

RGB

 RED value IS 98 (38.67% from 255) = 34.88%

 GREEN value IS 90 (35.55% from 255) = 32.03%

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

R = 34.88%
G = 32.03%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#625A5D (or 0x625A5D) is known color: Scorpion. HEX triplet: 62, 5A and 5D. RGB value is (98,90,93). Sum of RGB (Red+Green+Blue) = 98+90+93=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 98 - color contains mainly: red. Hex color #625A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A5D is #9DA5A2. Grayscale: #5C5C5C. Windows color (decimal): -10331555 or 6117986. OLE color: 6117986.

HSL color Cylindrical-coordinate representation of color #625A5D: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #625A5D is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 90 93 -
CMYK 0 0.08 0.05 0.62
HSL 337.5º 0.04% 0.37% -
HSV(B) 337.5º 0.08% 0.38% -
XYZ 10.67 10.7 11.86 -
YUV 92.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 98 90 93 0 0.08 0.05 0.62 337.5 0.04 0.37
Hex 62 5A 5D 0 8 5 3E 152 4 25
Octal 142 132 135 0 10 5 76 522 4 45
Binary 1100010 1011010 1011101 0 1000 101 111110 101010010 100 100101

Color Harmonies of #625A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A5D

Black with #625A5D

Text Example


Text Example

White with #625A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625A5D; }

 p { color: rgb(98,90,93); }

 H1.HeaderClassName
 {
   color: #625A5D;
 }
 .AnyTagClassName
 {
   color: #625A5D;
 }
</style>

background-color css

<style>
 a { background-color: #625A5D; }

 a { background-color: rgb(98,90,93); }

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

border-color css

<style>
 span { border-color: #625A5D; }

 span { border-color: rgb(98,90,93); }

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