#6160C4

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

Shades of Slate Blue #6160C4

Tints of Slate Blue #6160C4

Color information

#6160C4 (or 0x6160C4) is unknown color: approx Slate Blue. HEX triplet: 61, 60 and C4. RGB value is (97,96,196). Sum of RGB (Red+Green+Blue) = 97+96+196=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #6160C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160C4 is #9E9F3B. Grayscale: #6B6B6B. Windows color (decimal): -10395452 or 12869729. OLE color: 12869729.

HSL color Cylindrical-coordinate representation of color #6160C4: hue angle of 240.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6160C4 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9796196-
CMYK0.510.5100.23
HSL240.6º45.87%57.25%-
HSV(B)240.6º51.02%76.86%-
XYZ19.0814.8954.09-
YUV107.7177.83120.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 196 (76.95% from 255) = 50.39%
R=24.94%
G=24.68%
B=50.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal97961960.510.5100.23240.645.8757.25
Hex6160C43333017f12e39
Octal14114030463630273615671
Binary110000111000001100010011001111001101011111110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6160C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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