#636270

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

Shades of Comet #636270

Tints of Comet #636270

Color information

#636270 (or 0x636270) is unknown color: approx Comet. HEX triplet: 63, 62 and 70. RGB value is (99,98,112). Sum of RGB (Red+Green+Blue) = 99+98+112=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #636270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636270 is #9C9D8F. Grayscale: #636363. Windows color (decimal): -10263952 or 7365219. OLE color: 7365219.

HSL color Cylindrical-coordinate representation of color #636270: hue angle of 244.29º degrees, saturation: 0.07, 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 #636270 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9998112-
CMYK0.120.1300.56
HSL244.29º6.67%41.18%-
HSV(B)244.29º12.5%43.92%-
XYZ12.4412.5617.1-
YUV99.9134.83127.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.04%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=32.04%
G=31.72%
B=36.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99981120.120.1300.56244.296.6741.18
Hex636270CD038f4729
Octal1431421601415070364751
Binary11000111100010111000011001101011100011110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636270; }

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

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

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

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

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

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

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

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