#636474

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

Shades of Comet #636474

Tints of Comet #636474

Color information

#636474 (or 0x636474) is unknown color: approx Comet. HEX triplet: 63, 64 and 74. RGB value is (99,100,116). Sum of RGB (Red+Green+Blue) = 99+100+116=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #636474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636474 is #9C9B8B. Grayscale: #656565. Windows color (decimal): -10263436 or 7627875. OLE color: 7627875.

HSL color Cylindrical-coordinate representation of color #636474: hue angle of 236.47º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #636474 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB99100116-
CMYK0.150.1400.55
HSL236.47º7.91%42.16%-
HSV(B)236.47º14.66%45.49%-
XYZ12.8613.0318.36-
YUV101.52136.17126.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.43%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=31.43%
G=31.75%
B=36.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991001160.150.1400.55236.477.9142.16
Hex636474FE037ec82a
Octal14314416417160673541052
Binary110001111001001110100111111100110111111011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636474; }

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

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

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

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

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

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

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

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