Html Css Color HEX #625B74 Smoky

📋 copy color: '#625B74'

red 98 ◦ green 91 ◦ blue 116

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

Shades of Smoky #625B74

Tints of Smoky #625B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.84%

 BLUE value IS 116 (45.7% from 255) = 38.03%

R = 32.13%
G = 29.84%
B = 38.03%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#625B74 (or 0x625B74) is known color: Smoky. HEX triplet: 62, 5B and 74. RGB value is (98,91,116). Sum of RGB (Red+Green+Blue) = 98+91+116=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #625B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B74 is #9DA48B. Grayscale: #5F5F5F. Windows color (decimal): -10331276 or 7625570. OLE color: 7625570.

HSL color Cylindrical-coordinate representation of color #625B74: hue angle of 256.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #625B74 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 91 116 -
CMYK 0.16 0.22 0 0.55
HSL 256.8º 0.12% 0.41% -
HSV(B) 256.8º 0.22% 0.45% -
XYZ 11.93 11.34 18.08 -
YUV 95.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 98 91 116 0.16 0.22 0 0.55 256.8 0.12 0.41
Hex 62 5B 74 10 16 0 37 101 C 29
Octal 142 133 164 20 26 0 67 401 14 51
Binary 1100010 1011011 1110100 10000 10110 0 110111 100000001 1100 101001

Color Harmonies of #625B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625B74

Black with #625B74

Text Example


Text Example

White with #625B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,91,116); }

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

background-color css

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

 a { background-color: rgb(98,91,116); }

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

border-color css

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

 span { border-color: rgb(98,91,116); }

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