#616085

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

Shades of Comet #616085

Tints of Comet #616085

Color information

#616085 (or 0x616085) is unknown color: approx Comet. HEX triplet: 61, 60 and 85. RGB value is (97,96,133). Sum of RGB (Red+Green+Blue) = 97+96+133=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #616085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616085 is #9E9F7A. Grayscale: #646464. Windows color (decimal): -10395515 or 8740961. OLE color: 8740961.

HSL color Cylindrical-coordinate representation of color #616085: hue angle of 241.62º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #616085 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9796133-
CMYK0.270.2800.48
HSL241.62º16.16%44.9%-
HSV(B)241.62º27.82%52.16%-
XYZ13.3512.623.92-
YUV100.52146.33125.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=29.75%
G=29.45%
B=40.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97961330.270.2800.48241.6216.1644.9
Hex6160851B1C030f2102d
Octal14114020533340603622055
Binary1100001110000010000101110111110001100001111001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616085; }

 p { color: rgb(97,96,133); }

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

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

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

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

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

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

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