#636082

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

Shades of Comet #636082

Tints of Comet #636082

Color information

#636082 (or 0x636082) is unknown color: approx Comet. HEX triplet: 63, 60 and 82. RGB value is (99,96,130). Sum of RGB (Red+Green+Blue) = 99+96+130=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #636082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636082 is #9C9F7D. Grayscale: #646464. Windows color (decimal): -10264446 or 8544355. OLE color: 8544355.

HSL color Cylindrical-coordinate representation of color #636082: hue angle of 245.29º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #636082 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9996130-
CMYK0.240.2600.49
HSL245.29º15.04%44.31%-
HSV(B)245.29º26.15%50.98%-
XYZ13.3612.6322.85-
YUV100.77144.49126.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 130 (51.17% from 255) = 40%
R=30.46%
G=29.54%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99961300.240.2600.49245.2915.0444.31
Hex636082181A031f5f2c
Octal14314020230320613651754
Binary110001111000001000001011000110100110001111101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636082; }

 p { color: rgb(99,96,130); }

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

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

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

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

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

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

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