#636670

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

Shades of Comet #636670

Tints of Comet #636670

Color information

#636670 (or 0x636670) is unknown color: approx Comet. HEX triplet: 63, 66 and 70. RGB value is (99,102,112). Sum of RGB (Red+Green+Blue) = 99+102+112=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #636670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636670 is #9C998F. Grayscale: #666666. Windows color (decimal): -10262928 or 7366243. OLE color: 7366243.

HSL color Cylindrical-coordinate representation of color #636670: hue angle of 226.15º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #636670 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB99102112-
CMYK0.120.0900.56
HSL226.15º6.16%41.37%-
HSV(B)226.15º11.61%43.92%-
XYZ12.8213.3317.23-
YUV102.24133.51125.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=31.63%
G=32.59%
B=35.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal991021120.120.0900.56226.156.1641.37
Hex636670C9038e2629
Octal1431461601411070342651
Binary11000111100110111000011001001011100011100010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636670; }

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

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

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

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

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

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

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

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