#61618A

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

Shades of Comet #61618A

Tints of Comet #61618A

Color information

#61618A (or 0x61618A) is unknown color: approx Comet. HEX triplet: 61, 61 and 8A. RGB value is (97,97,138). Sum of RGB (Red+Green+Blue) = 97+97+138=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #61618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61618A is #9E9E75. Grayscale: #656565. Windows color (decimal): -10395254 or 9068897. OLE color: 9068897.

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

Color convert

RGB9797138-
CMYK0.300.3000.46
HSL240º17.45%46.08%-
HSV(B)240º29.71%54.12%-
XYZ13.7912.9325.81-
YUV101.67148.5124.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=29.22%
G=29.22%
B=41.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97971380.300.3000.4624017.4546.08
Hex61618A1E1E02Ef0112e
Octal14114121236360563602156
Binary1100001110000110001010111101111001011101111000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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