Html Css Color HEX #625C74 Smoky

📋 copy color: '#625C74'

red 98 ◦ green 92 ◦ blue 116

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

Shades of Smoky #625C74

Tints of Smoky #625C74

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 32.03%
G = 30.07%
B = 37.91%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#625C74 (or 0x625C74) is known color: Smoky. HEX triplet: 62, 5C and 74. RGB value is (98,92,116). Sum of RGB (Red+Green+Blue) = 98+92+116=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: blue. Hex color #625C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C74 is #9DA38B. Grayscale: #606060. Windows color (decimal): -10331020 or 7625826. OLE color: 7625826.

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

Color convert

RGB 98 92 116 -
CMYK 0.16 0.21 0 0.55
HSL 255º 0.12% 0.41% -
HSV(B) 255º 0.21% 0.45% -
XYZ 12.02 11.51 18.11 -
YUV 96.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 98 92 116 0.16 0.21 0 0.55 255 0.12 0.41
Hex 62 5C 74 10 15 0 37 FF C 29
Octal 142 134 164 20 25 0 67 377 14 51
Binary 1100010 1011100 1110100 10000 10101 0 110111 11111111 1100 101001

Color Harmonies of #625C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625C74

Black with #625C74

Text Example


Text Example

White with #625C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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