#6660F3

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

Shades of Medium Slate Blue #6660F3

Tints of Medium Slate Blue #6660F3

Color information

#6660F3 (or 0x6660F3) is unknown color: approx Medium Slate Blue. HEX triplet: 66, 60 and F3. RGB value is (102,96,243). Sum of RGB (Red+Green+Blue) = 102+96+243=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #6660F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6660F3 is #999F0C. Grayscale: #717171. Windows color (decimal): -10067725 or 15949926. OLE color: 15949926.

HSL color Cylindrical-coordinate representation of color #6660F3: hue angle of 242.45º degrees, saturation: 0.86, 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 #6660F3 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10296243-
CMYK0.580.6000.05
HSL242.45º85.96%66.47%-
HSV(B)242.45º60.49%95.29%-
XYZ25.8417.6686.84-
YUV114.55200.49119.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 243 (95.31% from 255) = 55.10%
R=23.13%
G=21.77%
B=55.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102962430.580.6000.05242.4585.9666.47
Hex6660F33A3C05f25642
Octal146140363727405362126102
Binary110011011000001111001111101011110001011111001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6660F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6660F3; }

 p { color: rgb(102,96,243); }

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

<style>
 a { background-color: #6660F3; }

 a { background-color: rgb(102,96,243); }

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

<style>
 span { border-color: #6660F3; }

 span { border-color: rgb(102,96,243); }

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