#6061F1

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

Shades of Medium Slate Blue #6061F1

Tints of Medium Slate Blue #6061F1

Color information

#6061F1 (or 0x6061F1) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 61 and F1. RGB value is (96,97,241). Sum of RGB (Red+Green+Blue) = 96+97+241=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #6061F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6061F1 is #9F9E0E. Grayscale: #707070. Windows color (decimal): -10460687 or 15819104. OLE color: 15819104.

HSL color Cylindrical-coordinate representation of color #6061F1: hue angle of 239.59º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6061F1 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9697241-
CMYK0.600.6000.05
HSL239.59º83.82%66.08%-
HSV(B)239.59º60.17%94.51%-
XYZ24.9817.3985.26-
YUV113.12200.17115.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.12%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 241 (94.53% from 255) = 55.53%
R=22.12%
G=22.35%
B=55.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal96972410.600.6000.05239.5983.8266.08
Hex6061F13C3C05f05442
Octal140141361747405360124102
Binary110000011000011111000111110011110001011111000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6061F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6061F1; }

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

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

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

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

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

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

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

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