#65658B

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

Shades of Comet #65658B

Tints of Comet #65658B

Color information

#65658B (or 0x65658B) is unknown color: approx Comet. HEX triplet: 65, 65 and 8B. RGB value is (101,101,139). Sum of RGB (Red+Green+Blue) = 101+101+139=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #65658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65658B is #9A9A74. Grayscale: #696969. Windows color (decimal): -10132085 or 9135461. OLE color: 9135461.

HSL color Cylindrical-coordinate representation of color #65658B: 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.27%. Process color model (Four color, CMYK) of #65658B is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101101139-
CMYK0.270.2700.45
HSL240º15.83%47.06%-
HSV(B)240º27.34%54.51%-
XYZ14.6813.9426.34-
YUV105.33147124.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.62%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=29.62%
G=29.62%
B=40.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011011390.270.2700.4524015.8347.06
Hex65658B1B1B02Df0102f
Octal14514521333330553602057
Binary1100101110010110001011110111101101011011111000010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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