#65647F

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

Shades of Comet #65647F

Tints of Comet #65647F

Color information

#65647F (or 0x65647F) is unknown color: approx Comet. HEX triplet: 65, 64 and 7F. RGB value is (101,100,127). Sum of RGB (Red+Green+Blue) = 101+100+127=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #65647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65647F is #9A9B80. Grayscale: #676767. Windows color (decimal): -10132353 or 8348773. OLE color: 8348773.

HSL color Cylindrical-coordinate representation of color #65647F: hue angle of 242.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65647F is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB101100127-
CMYK0.200.2100.50
HSL242.22º11.89%44.51%-
HSV(B)242.22º21.26%49.8%-
XYZ13.7513.4121.94-
YUV103.38141.33126.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 127 (50% from 255) = 38.72%
R=30.79%
G=30.49%
B=38.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1011001270.200.2100.50242.2211.8944.51
Hex65647F1415032f2c2d
Octal14514417724250623621455
Binary11001011100100111111110100101010110010111100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65647F; }

 p { color: rgb(101,100,127); }

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

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

 a { background-color: rgb(101,100,127); }

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

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

 span { border-color: rgb(101,100,127); }

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