#63667D

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

Shades of Comet #63667D

Tints of Comet #63667D

Color information

#63667D (or 0x63667D) is unknown color: approx Comet. HEX triplet: 63, 66 and 7D. RGB value is (99,102,125). Sum of RGB (Red+Green+Blue) = 99+102+125=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #63667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63667D is #9C9982. Grayscale: #676767. Windows color (decimal): -10262915 or 8218211. OLE color: 8218211.

HSL color Cylindrical-coordinate representation of color #63667D: hue angle of 233.08º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63667D is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB99102125-
CMYK0.210.1800.51
HSL233.08º11.61%43.92%-
HSV(B)233.08º20.8%49.02%-
XYZ13.613.6421.32-
YUV103.72140.01124.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=30.37%
G=31.29%
B=38.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991021250.210.1800.51233.0811.6143.92
Hex63667D1512033e9c2c
Octal14314617525220633511454
Binary11000111100110111110110101100100110011111010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63667D; }

 p { color: rgb(99,102,125); }

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

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

 a { background-color: rgb(99,102,125); }

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

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

 span { border-color: rgb(99,102,125); }

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