#636370

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

Shades of Comet #636370

Tints of Comet #636370

Color information

#636370 (or 0x636370) is unknown color: approx Comet. HEX triplet: 63, 63 and 70. RGB value is (99,99,112). Sum of RGB (Red+Green+Blue) = 99+99+112=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #636370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636370 is #9C9C8F. Grayscale: #646464. Windows color (decimal): -10263696 or 7365475. OLE color: 7365475.

HSL color Cylindrical-coordinate representation of color #636370: hue angle of 240º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #636370 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9999112-
CMYK0.120.1200.56
HSL240º6.16%41.37%-
HSV(B)240º11.61%43.92%-
XYZ12.5312.7517.13-
YUV100.48134.5126.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.94%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=31.94%
G=31.94%
B=36.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99991120.120.1200.562406.1641.37
Hex636370CC038f0629
Octal1431431601414070360651
Binary11000111100011111000011001100011100011110000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636370; }

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

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

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

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

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

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

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

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