Html Css Color HEX #684FE0 Slate Blue

📋 copy color: '#684FE0'

red 104 ◦ green 79 ◦ blue 224

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

Shades of Slate Blue #684FE0

Tints of Slate Blue #684FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.04%

R = 25.55%
G = 19.41%
B = 55.04%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#684FE0 (or 0x684FE0) is known color: Slate Blue. HEX triplet: 68, 4F and E0. RGB value is (104,79,224). Sum of RGB (Red+Green+Blue) = 104+79+224=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #684FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684FE0 is #97B01F. Grayscale: #666666. Windows color (decimal): -9941024 or 14700392. OLE color: 14700392.

HSL color Cylindrical-coordinate representation of color #684FE0: hue angle of 250.34º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684FE0 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 79 224 -
CMYK 0.54 0.65 0 0.12
HSL 250.34º 0.7% 0.59% -
HSV(B) 250.34º 0.65% 0.88% -
XYZ 21.96 13.92 72.05 -
YUV 103.01 196.28 128.71 -
System Red Green Blue C M Y K H S L
Decimal 104 79 224 0.54 0.65 0 0.12 250.34 0.7 0.59
Hex 68 4F E0 36 41 0 C FA 46 3B
Octal 150 117 340 66 101 0 14 372 106 73
Binary 1101000 1001111 11100000 110110 1000001 0 1100 11111010 1000110 111011

Color Harmonies of #684FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684FE0

Black with #684FE0

Text Example


Text Example

White with #684FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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