#6066F3

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

Shades of Medium Slate Blue #6066F3

Tints of Medium Slate Blue #6066F3

Color information

#6066F3 (or 0x6066F3) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 66 and F3. RGB value is (96,102,243). Sum of RGB (Red+Green+Blue) = 96+102+243=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 102 (40.23% from 255 or 23.13% 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 #6066F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6066F3 is #9F990C. Grayscale: #737373. Windows color (decimal): -10459405 or 15951456. OLE color: 15951456.

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

Color convert

RGB96102243-
CMYK0.600.5800.05
HSL237.55º85.96%66.47%-
HSV(B)237.55º60.49%95.29%-
XYZ25.7518.4687-
YUV116.28199.51113.54-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal961022430.600.5800.05237.5585.9666.47
Hex6066F33C3A05ee5642
Octal140146363747205356126102
Binary110000011001101111001111110011101001011110111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6066F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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