#646885

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

Shades of Comet #646885

Tints of Comet #646885

Color information

#646885 (or 0x646885) is unknown color: approx Comet. HEX triplet: 64, 68 and 85. RGB value is (100,104,133). Sum of RGB (Red+Green+Blue) = 100+104+133=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #646885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646885 is #9B977A. Grayscale: #696969. Windows color (decimal): -10196859 or 8743012. OLE color: 8743012.

HSL color Cylindrical-coordinate representation of color #646885: hue angle of 232.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #646885 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100104133-
CMYK0.250.2200.48
HSL232.73º14.16%45.69%-
HSV(B)232.73º24.81%52.16%-
XYZ14.4414.324.19-
YUV106.11143.17123.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=29.67%
G=30.86%
B=39.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001041330.250.2200.48232.7314.1645.69
Hex6468851916030e9e2e
Octal14415020531260603511656
Binary110010011010001000010111001101100110000111010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646885; }

 p { color: rgb(100,104,133); }

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

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

 a { background-color: rgb(100,104,133); }

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

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

 span { border-color: rgb(100,104,133); }

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