#65658C

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

Shades of Comet #65658C

Tints of Comet #65658C

Color information

#65658C (or 0x65658C) is unknown color: approx Comet. HEX triplet: 65, 65 and 8C. RGB value is (101,101,140). Sum of RGB (Red+Green+Blue) = 101+101+140=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #65658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65658C is #9A9A73. Grayscale: #696969. Windows color (decimal): -10132084 or 9200997. OLE color: 9200997.

HSL color Cylindrical-coordinate representation of color #65658C: hue angle of 240º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65658C is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101101140-
CMYK0.280.2800.45
HSL240º16.18%47.25%-
HSV(B)240º27.86%54.9%-
XYZ14.7513.9726.73-
YUV105.45147.5124.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.53%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=29.53%
G=29.53%
B=40.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011011400.280.2800.4524016.1847.25
Hex65658C1C1C02Df0102f
Octal14514521434340553602057
Binary1100101110010110001100111001110001011011111000010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65658C; }

 p { color: rgb(101,101,140); }

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

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

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

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

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

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

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