Html Css Color HEX #625F68 Smoky

📋 copy color: '#625F68'

red 98 ◦ green 95 ◦ blue 104

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

Shades of Smoky #625F68

Tints of Smoky #625F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

 BLUE value IS 104 (41.02% from 255) = 35.02%

R = 33%
G = 31.99%
B = 35.02%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#625F68 (or 0x625F68) is known color: Smoky. HEX triplet: 62, 5F and 68. RGB value is (98,95,104). Sum of RGB (Red+Green+Blue) = 98+95+104=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #625F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F68 is #9DA097. Grayscale: #606060. Windows color (decimal): -10330264 or 6840162. OLE color: 6840162.

HSL color Cylindrical-coordinate representation of color #625F68: hue angle of 260º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #625F68 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 95 104 -
CMYK 0.06 0.09 0 0.59
HSL 260º 0.05% 0.39% -
HSV(B) 260º 0.09% 0.41% -
XYZ 11.63 11.78 14.76 -
YUV 96.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 98 95 104 0.06 0.09 0 0.59 260 0.05 0.39
Hex 62 5F 68 6 9 0 3B 104 5 27
Octal 142 137 150 6 11 0 73 404 5 47
Binary 1100010 1011111 1101000 110 1001 0 111011 100000100 101 100111

Color Harmonies of #625F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625F68

Black with #625F68

Text Example


Text Example

White with #625F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,95,104); }

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

background-color css

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

 a { background-color: rgb(98,95,104); }

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

border-color css

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

 span { border-color: rgb(98,95,104); }

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