#63607F

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

Shades of Comet #63607F

Tints of Comet #63607F

Color information

#63607F (or 0x63607F) is unknown color: approx Comet. HEX triplet: 63, 60 and 7F. RGB value is (99,96,127). Sum of RGB (Red+Green+Blue) = 99+96+127=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #63607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63607F is #9C9F80. Grayscale: #646464. Windows color (decimal): -10264449 or 8347747. OLE color: 8347747.

HSL color Cylindrical-coordinate representation of color #63607F: hue angle of 245.81º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63607F is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9996127-
CMYK0.220.2400.50
HSL245.81º13.9%43.73%-
HSV(B)245.81º24.41%49.8%-
XYZ13.1612.5521.81-
YUV100.43142.99126.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.75%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 127 (50% from 255) = 39.44%
R=30.75%
G=29.81%
B=39.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99961270.220.2400.50245.8113.943.73
Hex63607F1618032f6e2c
Octal14314017726300623661654
Binary11000111100000111111110110110000110010111101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63607F; }

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

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

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

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

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

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

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

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