Html Css Color HEX #684FF2 Medium Slate Blue

📋 copy color: '#684FF2'

red 104 ◦ green 79 ◦ blue 242

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

Shades of Medium Slate Blue #684FF2

Tints of Medium Slate Blue #684FF2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.59%

 BLUE value IS 242 (94.92% from 255) = 56.94%

R = 24.47%
G = 18.59%
B = 56.94%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#684FF2 (or 0x684FF2) is known color: Medium Slate Blue. HEX triplet: 68, 4F and F2. RGB value is (104,79,242). Sum of RGB (Red+Green+Blue) = 104+79+242=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 242 (94.92% from 255 or 56.94% from 425); Max value from RGB is 242 - color contains mainly: blue. Hex color #684FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #684FF2 is #97B00D. Grayscale: #686868. Windows color (decimal): -9941006 or 15880040. OLE color: 15880040.

HSL color Cylindrical-coordinate representation of color #684FF2: hue angle of 249.2º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #684FF2 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 79 242 -
CMYK 0.57 0.67 0 0.05
HSL 249.2º 0.86% 0.63% -
HSV(B) 249.2º 0.67% 0.95% -
XYZ 24.53 14.95 85.6 -
YUV 105.06 205.28 127.25 -
System Red Green Blue C M Y K H S L
Decimal 104 79 242 0.57 0.67 0 0.05 249.2 0.86 0.63
Hex 68 4F F2 39 43 0 5 F9 56 3F
Octal 150 117 362 71 103 0 5 371 126 77
Binary 1101000 1001111 11110010 111001 1000011 0 101 11111001 1010110 111111

Color Harmonies of #684FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684FF2

Black with #684FF2

Text Example


Text Example

White with #684FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684FF2; }

 p { color: rgb(104,79,242); }

 H1.HeaderClassName
 {
   color: #684FF2;
 }
 .AnyTagClassName
 {
   color: #684FF2;
 }
</style>

background-color css

<style>
 a { background-color: #684FF2; }

 a { background-color: rgb(104,79,242); }

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

border-color css

<style>
 span { border-color: #684FF2; }

 span { border-color: rgb(104,79,242); }

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