#626069

Color #626069 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #626069

Tints of Smoky #626069

Color information

#626069 (or 0x626069) is unknown color: approx Smoky. HEX triplet: 62, 60 and 69. RGB value is (98,96,105). Sum of RGB (Red+Green+Blue) = 98+96+105=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 105 - color contains mainly: blue. Hex color #626069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626069 is #9D9F96. Grayscale: #616161. Windows color (decimal): -10330007 or 6905954. OLE color: 6905954.

HSL color Cylindrical-coordinate representation of color #626069: hue angle of 253.33º degrees, saturation: 0.04, 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 #626069 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9896105-
CMYK0.070.0900.59
HSL253.33º4.48%39.41%-
HSV(B)253.33º8.57%41.18%-
XYZ11.7711.9815.06-
YUV97.62132.16128.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.78%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=32.78%
G=32.11%
B=35.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98961050.070.0900.59253.334.4839.41
Hex6260697903Bfd427
Octal142140151711073375447
Binary1100010110000011010011111001011101111111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626069; }

 p { color: rgb(98,96,105); }

 H1.HeaderClassName
 {
   color: #626069;
 }
 .AnyTagClassName
 {
   color: #626069;
 }
</style>
background-color css

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

 a { background-color: rgb(98,96,105); }

 div.DivClassName
 {
   background-color: #626069;
 }
 .BgClassName
 {
   background-color: #626069;
 }
</style>
border-color css

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

 span { border-color: rgb(98,96,105); }

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