#616685

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

Shades of Comet #616685

Tints of Comet #616685

Color information

#616685 (or 0x616685) is unknown color: approx Comet. HEX triplet: 61, 66 and 85. RGB value is (97,102,133). Sum of RGB (Red+Green+Blue) = 97+102+133=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #616685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616685 is #9E997A. Grayscale: #676767. Windows color (decimal): -10393979 or 8742497. OLE color: 8742497.

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

Color convert

RGB97102133-
CMYK0.270.2300.48
HSL231.67º15.65%45.1%-
HSV(B)231.67º27.07%52.16%-
XYZ13.9113.7424.11-
YUV104.04144.34122.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=29.22%
G=30.72%
B=40.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971021330.270.2300.48231.6715.6545.1
Hex6166851B17030e8102d
Octal14114620533270603502055
Binary1100001110011010000101110111011101100001110100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616685; }

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

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

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

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

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

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

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

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