#646275

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

Shades of Comet #646275

Tints of Comet #646275

Color information

#646275 (or 0x646275) is unknown color: approx Comet. HEX triplet: 64, 62 and 75. RGB value is (100,98,117). Sum of RGB (Red+Green+Blue) = 100+98+117=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #646275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646275 is #9B9D8A. Grayscale: #646464. Windows color (decimal): -10198411 or 7692900. OLE color: 7692900.

HSL color Cylindrical-coordinate representation of color #646275: hue angle of 246.32º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #646275 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10098117-
CMYK0.150.1600.54
HSL246.32º8.84%42.16%-
HSV(B)246.32º16.24%45.88%-
XYZ12.8312.7318.61-
YUV100.76137.16127.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=31.75%
G=31.11%
B=37.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100981170.150.1600.54246.328.8442.16
Hex646275F10036f692a
Octal14414216517200663661152
Binary1100100110001011101011111100000110110111101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646275; }

 p { color: rgb(100,98,117); }

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

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

 a { background-color: rgb(100,98,117); }

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

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

 span { border-color: rgb(100,98,117); }

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