#616ACE

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

Shades of Slate Blue #616ACE

Tints of Slate Blue #616ACE

Color information

#616ACE (or 0x616ACE) is unknown color: approx Slate Blue. HEX triplet: 61, 6A and CE. RGB value is (97,106,206). Sum of RGB (Red+Green+Blue) = 97+106+206=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #616ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ACE is #9E9531. Grayscale: #727272. Windows color (decimal): -10392882 or 13527649. OLE color: 13527649.

HSL color Cylindrical-coordinate representation of color #616ACE: hue angle of 235.05º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #616ACE is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97106206-
CMYK0.530.4900.19
HSL235.05º52.66%59.41%-
HSV(B)235.05º52.91%80.78%-
XYZ21.2217.3160.61-
YUV114.71179.52115.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 206 (80.86% from 255) = 50.37%
R=23.72%
G=25.92%
B=50.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971062060.530.4900.19235.0552.6659.41
Hex616ACE3531013eb353b
Octal14115231665610233536573
Binary110000111010101100111011010111000101001111101011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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