#636485

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

Shades of Comet #636485

Tints of Comet #636485

Color information

#636485 (or 0x636485) is unknown color: approx Comet. HEX triplet: 63, 64 and 85. RGB value is (99,100,133). Sum of RGB (Red+Green+Blue) = 99+100+133=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #636485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636485 is #9C9B7A. Grayscale: #676767. Windows color (decimal): -10263419 or 8741987. OLE color: 8741987.

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

Color convert

RGB99100133-
CMYK0.260.2500.48
HSL238.24º14.66%45.49%-
HSV(B)238.24º25.56%52.16%-
XYZ13.9413.4624.05-
YUV103.46144.67124.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.82%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=29.82%
G=30.12%
B=40.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991001330.260.2500.48238.2414.6645.49
Hex6364851A19030eef2d
Octal14314420532310603561755
Binary110001111001001000010111010110010110000111011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636485; }

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

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

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

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

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

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

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

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