#6160D0

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

Shades of Slate Blue #6160D0

Tints of Slate Blue #6160D0

Color information

#6160D0 (or 0x6160D0) is unknown color: approx Slate Blue. HEX triplet: 61, 60 and D0. RGB value is (97,96,208). Sum of RGB (Red+Green+Blue) = 97+96+208=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #6160D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160D0 is #9E9F2F. Grayscale: #6C6C6C. Windows color (decimal): -10395440 or 13656161. OLE color: 13656161.

HSL color Cylindrical-coordinate representation of color #6160D0: hue angle of 240.54º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6160D0 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9796208-
CMYK0.530.5400.18
HSL240.54º54.37%59.61%-
HSV(B)240.54º53.85%81.57%-
XYZ20.515.4661.58-
YUV109.07183.83119.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.19%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 208 (81.64% from 255) = 51.87%
R=24.19%
G=23.94%
B=51.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97962080.530.5400.18240.5454.3759.61
Hex6160D03536012f1363c
Octal14114032065660223616674
Binary110000111000001101000011010111011001001011110001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6160D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6160D0; }

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

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

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

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

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

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

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

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