#636668

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

Shades of Mid Grey #636668

Tints of Mid Grey #636668

Color information

#636668 (or 0x636668) is unknown color: approx Mid Grey. HEX triplet: 63, 66 and 68. RGB value is (99,102,104). Sum of RGB (Red+Green+Blue) = 99+102+104=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 104 - color contains mainly: blue. Hex color #636668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636668 is #9C9997. Grayscale: #656565. Windows color (decimal): -10262936 or 6841955. OLE color: 6841955.

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

Color convert

RGB99102104-
CMYK0.050.0200.59
HSL204º2.46%39.8%-
HSV(B)204º4.81%40.78%-
XYZ12.413.1514.98-
YUV101.33129.51126.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.46%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=32.46%
G=33.44%
B=34.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal991021040.050.0200.592042.4639.8
Hex6366685203Bcc228
Octal14314615052073314250
Binary1100011110011011010001011001110111100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636668; }

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

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

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

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

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

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

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

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