#6074F2

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

Shades of Medium Slate Blue #6074F2

Tints of Medium Slate Blue #6074F2

Color information

#6074F2 (or 0x6074F2) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 74 and F2. RGB value is (96,116,242). Sum of RGB (Red+Green+Blue) = 96+116+242=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #6074F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6074F2 is #9F8B0D. Grayscale: #7B7B7B. Windows color (decimal): -10455822 or 15889504. OLE color: 15889504.

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

Color convert

RGB96116242-
CMYK0.600.5200.05
HSL231.78º84.88%66.27%-
HSV(B)231.78º60.33%94.9%-
XYZ27.121.3986.7-
YUV124.38194.37107.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.15%
GREEN value IS 116 (45.70% from 255) = 25.55%
BLUE value IS 242 (94.92% from 255) = 53.30%
R=21.15%
G=25.55%
B=53.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal961162420.600.5200.05231.7884.8866.27
Hex6074F23C3405e85542
Octal140164362746405350125102
Binary110000011101001111001011110011010001011110100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6074F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6074F2; }

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

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

<style>
 a { background-color: #6074F2; }

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

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

<style>
 span { border-color: #6074F2; }

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

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