Html Css Color HEX #6860FA Medium Slate Blue

📋 copy color: '#6860FA'

red 104 ◦ green 96 ◦ blue 250

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

Shades of Medium Slate Blue #6860FA

Tints of Medium Slate Blue #6860FA

RGB

 RED value IS 104 (41.02% from 255) = 23.11%

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

 BLUE value IS 250 (98.05% from 255) = 55.56%

R = 23.11%
G = 21.33%
B = 55.56%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6860FA (or 0x6860FA) is known color: Medium Slate Blue. HEX triplet: 68, 60 and FA. RGB value is (104,96,250). Sum of RGB (Red+Green+Blue) = 104+96+250=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #6860FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6860FA is #979F05. Grayscale: #737373. Windows color (decimal): -9936646 or 16408680. OLE color: 16408680.

HSL color Cylindrical-coordinate representation of color #6860FA: hue angle of 243.12º degrees, saturation: 0.94, 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 #6860FA is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 96 250 -
CMYK 0.58 0.62 0 0.02
HSL 243.12º 0.94% 0.68% -
HSV(B) 243.12º 0.62% 0.98% -
XYZ 27.15 18.21 92.53 -
YUV 115.95 203.65 119.48 -
System Red Green Blue C M Y K H S L
Decimal 104 96 250 0.58 0.62 0 0.02 243.12 0.94 0.68
Hex 68 60 FA 3A 3E 0 2 F3 5E 44
Octal 150 140 372 72 76 0 2 363 136 104
Binary 1101000 1100000 11111010 111010 111110 0 10 11110011 1011110 1000100

Color Harmonies of #6860FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6860FA

Black with #6860FA

Text Example


Text Example

White with #6860FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6860FA; }

 p { color: rgb(104,96,250); }

 H1.HeaderClassName
 {
   color: #6860FA;
 }
 .AnyTagClassName
 {
   color: #6860FA;
 }
</style>

background-color css

<style>
 a { background-color: #6860FA; }

 a { background-color: rgb(104,96,250); }

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

border-color css

<style>
 span { border-color: #6860FA; }

 span { border-color: rgb(104,96,250); }

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