#636585

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

Shades of Comet #636585

Tints of Comet #636585

Color information

#636585 (or 0x636585) is unknown color: approx Comet. HEX triplet: 63, 65 and 85. RGB value is (99,101,133). Sum of RGB (Red+Green+Blue) = 99+101+133=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #636585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636585 is #9C9A7A. Grayscale: #676767. Windows color (decimal): -10263163 or 8742243. OLE color: 8742243.

HSL color Cylindrical-coordinate representation of color #636585: hue angle of 236.47º 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 #636585 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB99101133-
CMYK0.260.2400.48
HSL236.47º14.66%45.49%-
HSV(B)236.47º25.56%52.16%-
XYZ14.0313.6524.09-
YUV104.05144.34124.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.73%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=29.73%
G=30.33%
B=39.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991011330.260.2400.48236.4714.6645.49
Hex6365851A18030ecf2d
Octal14314520532300603541755
Binary110001111001011000010111010110000110000111011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636585; }

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

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

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

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

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

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

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

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