#636285

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

Shades of Comet #636285

Tints of Comet #636285

Color information

#636285 (or 0x636285) is unknown color: approx Comet. HEX triplet: 63, 62 and 85. RGB value is (99,98,133). Sum of RGB (Red+Green+Blue) = 99+98+133=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #636285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636285 is #9C9D7A. Grayscale: #666666. Windows color (decimal): -10263931 or 8741475. OLE color: 8741475.

HSL color Cylindrical-coordinate representation of color #636285: hue angle of 241.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #636285 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9998133-
CMYK0.260.2600.48
HSL241.71º15.15%45.29%-
HSV(B)241.71º26.32%52.16%-
XYZ13.7513.0823.99-
YUV102.29145.33125.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=30%
G=29.70%
B=40.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99981330.260.2600.48241.7115.1545.29
Hex6362851A1A030f2f2d
Octal14314220532320603621755
Binary110001111000101000010111010110100110000111100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636285; }

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

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

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

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

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

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

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

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