#616ADC

Color #616ADC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #616ADC

Tints of Slate Blue #616ADC

Color information

#616ADC (or 0x616ADC) is unknown color: approx Slate Blue. HEX triplet: 61, 6A and DC. RGB value is (97,106,220). Sum of RGB (Red+Green+Blue) = 97+106+220=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #616ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ADC is #9E9523. Grayscale: #737373. Windows color (decimal): -10392868 or 14445153. OLE color: 14445153.

HSL color Cylindrical-coordinate representation of color #616ADC: hue angle of 235.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616ADC is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97106220-
CMYK0.560.5200.14
HSL235.61º63.73%62.16%-
HSV(B)235.61º55.91%86.27%-
XYZ2318.0269.98-
YUV116.3186.52114.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.93%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=22.93%
G=25.06%
B=52.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971062200.560.5200.14235.6163.7362.16
Hex616ADC38340Eec403e
Octal141152334706401635410076
Binary110000111010101101110011100011010001110111011001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616ADC; }

 p { color: rgb(97,106,220); }

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

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

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

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

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

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

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