#61648B

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

Shades of Comet #61648B

Tints of Comet #61648B

Color information

#61648B (or 0x61648B) is unknown color: approx Comet. HEX triplet: 61, 64 and 8B. RGB value is (97,100,139). Sum of RGB (Red+Green+Blue) = 97+100+139=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #61648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61648B is #9E9B74. Grayscale: #676767. Windows color (decimal): -10394485 or 9135201. OLE color: 9135201.

HSL color Cylindrical-coordinate representation of color #61648B: hue angle of 235.71º 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 #61648B is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97100139-
CMYK0.300.2800.45
HSL235.71º17.8%46.27%-
HSV(B)235.71º30.22%54.51%-
XYZ14.1513.5226.29-
YUV103.55148.01123.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 139 (54.69% from 255) = 41.37%
R=28.87%
G=29.76%
B=41.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971001390.300.2800.45235.7117.846.27
Hex61648B1E1C02Dec122e
Octal14114421336340553542256
Binary1100001110010010001011111101110001011011110110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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