#636880

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

Shades of Comet #636880

Tints of Comet #636880

Color information

#636880 (or 0x636880) is unknown color: approx Comet. HEX triplet: 63, 68 and 80. RGB value is (99,104,128). Sum of RGB (Red+Green+Blue) = 99+104+128=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #636880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636880 is #9C977F. Grayscale: #696969. Windows color (decimal): -10262400 or 8415331. OLE color: 8415331.

HSL color Cylindrical-coordinate representation of color #636880: hue angle of 229.66º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #636880 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB99104128-
CMYK0.230.1900.50
HSL229.66º12.78%44.51%-
HSV(B)229.66º22.66%50.2%-
XYZ13.9914.1122.41-
YUV105.24140.84123.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.91%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=29.91%
G=31.42%
B=38.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal991041280.230.1900.50229.6612.7844.51
Hex6368801713032e6d2d
Octal14315020027230623461555
Binary110001111010001000000010111100110110010111001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636880; }

 p { color: rgb(99,104,128); }

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

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

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

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

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

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

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