#616288

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

Shades of Comet #616288

Tints of Comet #616288

Color information

#616288 (or 0x616288) is unknown color: approx Comet. HEX triplet: 61, 62 and 88. RGB value is (97,98,136). Sum of RGB (Red+Green+Blue) = 97+98+136=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #616288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616288 is #9E9D77. Grayscale: #656565. Windows color (decimal): -10395000 or 8938081. OLE color: 8938081.

HSL color Cylindrical-coordinate representation of color #616288: hue angle of 238.46º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #616288 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9798136-
CMYK0.290.2800.47
HSL238.46º16.74%45.69%-
HSV(B)238.46º28.68%53.33%-
XYZ13.7413.0525.09-
YUV102.03147.17124.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=29.31%
G=29.61%
B=41.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97981360.290.2800.47238.4616.7445.69
Hex6162881D1C02Fee112e
Octal14114221035340573562156
Binary1100001110001010001000111011110001011111110111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616288; }

 p { color: rgb(97,98,136); }

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

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

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

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

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

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

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