Html Css Color HEX #7060FB Medium Slate Blue

📋 copy color: '#7060FB'

red 112 ◦ green 96 ◦ blue 251

#7060FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7060FB

Tints of Medium Slate Blue #7060FB

RGB

 RED value IS 112 (44.14% from 255) = 24.4%

 GREEN value IS 96 (37.89% from 255) = 20.92%

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 24.4%
G = 20.92%
B = 54.68%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7060FB (or 0x7060FB) is known color: Medium Slate Blue. HEX triplet: 70, 60 and FB. RGB value is (112,96,251). Sum of RGB (Red+Green+Blue) = 112+96+251=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #7060FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7060FB is #8F9F04. Grayscale: #757575. Windows color (decimal): -9412357 or 16474224. OLE color: 16474224.

HSL color Cylindrical-coordinate representation of color #7060FB: hue angle of 246.19º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7060FB is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 96 251 -
CMYK 0.55 0.62 0 0.02
HSL 246.19º 0.95% 0.68% -
HSV(B) 246.19º 0.62% 0.98% -
XYZ 28.28 18.78 93.4 -
YUV 118.45 202.8 123.4 -
System Red Green Blue C M Y K H S L
Decimal 112 96 251 0.55 0.62 0 0.02 246.19 0.95 0.68
Hex 70 60 FB 37 3E 0 2 F6 5F 44
Octal 160 140 373 67 76 0 2 366 137 104
Binary 1110000 1100000 11111011 110111 111110 0 10 11110110 1011111 1000100

Color Harmonies of #7060FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7060FB

Black with #7060FB

Text Example


Text Example

White with #7060FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7060FB; }

 p { color: rgb(112,96,251); }

 H1.HeaderClassName
 {
   color: #7060FB;
 }
 .AnyTagClassName
 {
   color: #7060FB;
 }
</style>

background-color css

<style>
 a { background-color: #7060FB; }

 a { background-color: rgb(112,96,251); }

 div.DivClassName
 {
   background-color: #7060FB;
 }
 .BgClassName
 {
   background-color: #7060FB;
 }
</style>

border-color css

<style>
 span { border-color: #7060FB; }

 span { border-color: rgb(112,96,251); }

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