#6B60FE

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

Shades of Medium Slate Blue #6B60FE

Tints of Medium Slate Blue #6B60FE

Color information

#6B60FE (or 0x6B60FE) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 60 and FE. RGB value is (107,96,254). Sum of RGB (Red+Green+Blue) = 107+96+254=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B60FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B60FE is #949F01. Grayscale: #747474. Windows color (decimal): -9740034 or 16670827. OLE color: 16670827.

HSL color Cylindrical-coordinate representation of color #6B60FE: hue angle of 244.18º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B60FE is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10796254-
CMYK0.580.6200.00
HSL244.18º98.75%68.63%-
HSV(B)244.18º62.2%99.61%-
XYZ28.1418.6595.88-
YUV117.3205.14120.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.41%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 254 (99.61% from 255) = 55.58%
R=23.41%
G=21.01%
B=55.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal107962540.580.6200.00244.1898.7568.63
Hex6B60FE3A3E00f46345
Octal153140376727600364143105
Binary1101011110000011111110111010111110001111010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B60FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B60FE; }

 p { color: rgb(107,96,254); }

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

<style>
 a { background-color: #6B60FE; }

 a { background-color: rgb(107,96,254); }

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

<style>
 span { border-color: #6B60FE; }

 span { border-color: rgb(107,96,254); }

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