#6064f2

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

Shades of Medium Slate Blue #6064F2

Tints of Medium Slate Blue #6064F2

Color information

#6064F2 (or 0x6064F2) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 64 and F2. RGB value is (96,100,242). Sum of RGB (Red+Green+Blue) = 96+100+242=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #6064F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6064F2 is #9F9B0D. Grayscale: #727272. Windows color (decimal): -10459918 or 15885408. OLE color: 15885408.

HSL color Cylindrical-coordinate representation of color #6064F2: hue angle of 238.36º degrees, saturation: 0.85, 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 #6064F2 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB96100242-
CMYK0.600.5900.05
HSL238.36º84.88%66.27%-
HSV(B)238.36º60.33%94.9%-
XYZ25.4118.0186.14-
YUV114.99199.67114.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.92%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 242 (94.92% from 255) = 55.25%
R=21.92%
G=22.83%
B=55.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal961002420.600.5900.05238.3684.8866.27
Hex6064F23C3B05ee5542
Octal140144362747305356125102
Binary110000011001001111001011110011101101011110111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6064f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6064f2; }

 p { color: rgb(96,100,242); }

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

<style>
 a { background-color: #6064f2; }

 a { background-color: rgb(96,100,242); }

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

<style>
 span { border-color: #6064f2; }

 span { border-color: rgb(96,100,242); }

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