Html Css Color HEX #7068FC Medium Slate Blue

📋 copy color: '#7068FC'

red 112 ◦ green 104 ◦ blue 252

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

Shades of Medium Slate Blue #7068FC

Tints of Medium Slate Blue #7068FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.22%

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 23.93%
G = 22.22%
B = 53.85%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7068FC (or 0x7068FC) is known color: Medium Slate Blue. HEX triplet: 70, 68 and FC. RGB value is (112,104,252). Sum of RGB (Red+Green+Blue) = 112+104+252=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #7068FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7068FC is #8F9703. Grayscale: #7A7A7A. Windows color (decimal): -9410308 or 16541808. OLE color: 16541808.

HSL color Cylindrical-coordinate representation of color #7068FC: hue angle of 243.24º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7068FC is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 104 252 -
CMYK 0.56 0.59 0 0.01
HSL 243.24º 0.96% 0.7% -
HSV(B) 243.24º 0.59% 0.99% -
XYZ 29.2 20.37 94.49 -
YUV 123.26 200.65 119.97 -
System Red Green Blue C M Y K H S L
Decimal 112 104 252 0.56 0.59 0 0.01 243.24 0.96 0.7
Hex 70 68 FC 38 3B 0 1 F3 60 46
Octal 160 150 374 70 73 0 1 363 140 106
Binary 1110000 1101000 11111100 111000 111011 0 1 11110011 1100000 1000110

Color Harmonies of #7068FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7068FC

Black with #7068FC

Text Example


Text Example

White with #7068FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7068FC; }

 p { color: rgb(112,104,252); }

 H1.HeaderClassName
 {
   color: #7068FC;
 }
 .AnyTagClassName
 {
   color: #7068FC;
 }
</style>

background-color css

<style>
 a { background-color: #7068FC; }

 a { background-color: rgb(112,104,252); }

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

border-color css

<style>
 span { border-color: #7068FC; }

 span { border-color: rgb(112,104,252); }

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