Html Css Color HEX #684FDC Slate Blue

📋 copy color: '#684FDC'

red 104 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #684FDC

Tints of Slate Blue #684FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.59%

R = 25.81%
G = 19.6%
B = 54.59%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#684FDC (or 0x684FDC) is known color: Slate Blue. HEX triplet: 68, 4F and DC. RGB value is (104,79,220). Sum of RGB (Red+Green+Blue) = 104+79+220=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #684FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684FDC is #97B023. Grayscale: #666666. Windows color (decimal): -9941028 or 14438248. OLE color: 14438248.

HSL color Cylindrical-coordinate representation of color #684FDC: hue angle of 250.64º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684FDC is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 79 220 -
CMYK 0.53 0.64 0 0.14
HSL 250.64º 0.67% 0.59% -
HSV(B) 250.64º 0.64% 0.86% -
XYZ 21.42 13.7 69.23 -
YUV 102.55 194.28 129.04 -
System Red Green Blue C M Y K H S L
Decimal 104 79 220 0.53 0.64 0 0.14 250.64 0.67 0.59
Hex 68 4F DC 35 40 0 E FB 43 3B
Octal 150 117 334 65 100 0 16 373 103 73
Binary 1101000 1001111 11011100 110101 1000000 0 1110 11111011 1000011 111011

Color Harmonies of #684FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684FDC

Black with #684FDC

Text Example


Text Example

White with #684FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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