Html Css Color HEX #625A72 Smoky

📋 copy color: '#625A72'

red 98 ◦ green 90 ◦ blue 114

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

Shades of Smoky #625A72

Tints of Smoky #625A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 32.45%
G = 29.8%
B = 37.75%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#625A72 (or 0x625A72) is known color: Smoky. HEX triplet: 62, 5A and 72. RGB value is (98,90,114). Sum of RGB (Red+Green+Blue) = 98+90+114=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #625A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A72 is #9DA58D. Grayscale: #5F5F5F. Windows color (decimal): -10331534 or 7494242. OLE color: 7494242.

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

Color convert

RGB 98 90 114 -
CMYK 0.14 0.21 0 0.55
HSL 260º 0.12% 0.4% -
HSV(B) 260º 0.21% 0.45% -
XYZ 11.73 11.12 17.45 -
YUV 95.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 98 90 114 0.14 0.21 0 0.55 260 0.12 0.4
Hex 62 5A 72 E 15 0 37 104 C 28
Octal 142 132 162 16 25 0 67 404 14 50
Binary 1100010 1011010 1110010 1110 10101 0 110111 100000100 1100 101000

Color Harmonies of #625A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A72

Black with #625A72

Text Example


Text Example

White with #625A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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