#61618B

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

Shades of Comet #61618B

Tints of Comet #61618B

Color information

#61618B (or 0x61618B) is unknown color: approx Comet. HEX triplet: 61, 61 and 8B. RGB value is (97,97,139). Sum of RGB (Red+Green+Blue) = 97+97+139=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #61618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61618B is #9E9E74. Grayscale: #656565. Windows color (decimal): -10395253 or 9134433. OLE color: 9134433.

HSL color Cylindrical-coordinate representation of color #61618B: hue angle of 240º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61618B is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9797139-
CMYK0.300.3000.45
HSL240º17.8%46.27%-
HSV(B)240º30.22%54.51%-
XYZ13.8612.9526.2-
YUV101.79149124.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.13%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=29.13%
G=29.13%
B=41.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97971390.300.3000.4524017.846.27
Hex61618B1E1E02Df0122e
Octal14114121336360553602256
Binary1100001110000110001011111101111001011011111000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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