#636268

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

Shades of Smoky #636268

Tints of Smoky #636268

Color information

#636268 (or 0x636268) is unknown color: approx Smoky. HEX triplet: 63, 62 and 68. RGB value is (99,98,104). Sum of RGB (Red+Green+Blue) = 99+98+104=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 104 - color contains mainly: blue. Hex color #636268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636268 is #9C9D97. Grayscale: #626262. Windows color (decimal): -10263960 or 6840931. OLE color: 6840931.

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

Color convert

RGB9998104-
CMYK0.050.0600.59
HSL250º2.97%39.61%-
HSV(B)250º5.77%40.78%-
XYZ12.0112.3914.85-
YUV98.98130.83128.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.89%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=32.89%
G=32.56%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99981040.050.0600.592502.9739.61
Hex6362685603Bfa328
Octal14314215056073372350
Binary11000111100010110100010111001110111111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636268; }

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

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

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

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

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

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

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

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