#636368

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

Shades of Comet #636368

Tints of Comet #636368

Color information

#636368 (or 0x636368) is unknown color: approx Comet. HEX triplet: 63, 63 and 68. RGB value is (99,99,104). Sum of RGB (Red+Green+Blue) = 99+99+104=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 104 - color contains mainly: blue. Hex color #636368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636368 is #9C9C97. Grayscale: #636363. Windows color (decimal): -10263704 or 6841187. OLE color: 6841187.

HSL color Cylindrical-coordinate representation of color #636368: hue angle of 240º 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 #636368 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9999104-
CMYK0.050.0500.59
HSL240º2.46%39.8%-
HSV(B)240º4.81%40.78%-
XYZ12.1112.5814.89-
YUV99.57130.5127.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=32.78%
G=32.78%
B=34.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99991040.050.0500.592402.4639.8
Hex6363685503Bf0228
Octal14314315055073360250
Binary11000111100011110100010110101110111111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636368; }

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

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

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

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

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

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

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

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