Html Css Color HEX #6070FC Medium Slate Blue

📋 copy color: '#6070FC'

red 96 ◦ green 112 ◦ blue 252

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

Shades of Medium Slate Blue #6070FC

Tints of Medium Slate Blue #6070FC

RGB

 RED value IS 96 (37.89% from 255) = 20.87%

 GREEN value IS 112 (44.14% from 255) = 24.35%

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

R = 20.87%
G = 24.35%
B = 54.78%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6070FC (or 0x6070FC) is known color: Medium Slate Blue. HEX triplet: 60, 70 and FC. RGB value is (96,112,252). Sum of RGB (Red+Green+Blue) = 96+112+252=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #6070FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6070FC is #9F8F03. Grayscale: #7A7A7A. Windows color (decimal): -10456836 or 16543840. OLE color: 16543840.

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

Color convert

RGB 96 112 252 -
CMYK 0.62 0.56 0 0.01
HSL 233.85º 0.96% 0.68% -
HSV(B) 233.85º 0.62% 0.99% -
XYZ 28.19 21.1 94.68 -
YUV 123.18 200.7 108.62 -
System Red Green Blue C M Y K H S L
Decimal 96 112 252 0.62 0.56 0 0.01 233.85 0.96 0.68
Hex 60 70 FC 3E 38 0 1 EA 60 44
Octal 140 160 374 76 70 0 1 352 140 104
Binary 1100000 1110000 11111100 111110 111000 0 1 11101010 1100000 1000100

Color Harmonies of #6070FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6070FC

Black with #6070FC

Text Example


Text Example

White with #6070FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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