Html Css Color HEX #684FD3 Slate Blue

📋 copy color: '#684FD3'

red 104 ◦ green 79 ◦ blue 211

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

Shades of Slate Blue #684FD3

Tints of Slate Blue #684FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 53.55%

R = 26.4%
G = 20.05%
B = 53.55%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#684FD3 (or 0x684FD3) is known color: Slate Blue. HEX triplet: 68, 4F and D3. RGB value is (104,79,211). Sum of RGB (Red+Green+Blue) = 104+79+211=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 211 (82.81% from 255 or 53.55% from 394); Max value from RGB is 211 - color contains mainly: blue. Hex color #684FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684FD3 is #97B02C. Grayscale: #656565. Windows color (decimal): -9941037 or 13848424. OLE color: 13848424.

HSL color Cylindrical-coordinate representation of color #684FD3: hue angle of 251.36º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #684FD3 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 79 211 -
CMYK 0.51 0.63 0 0.17
HSL 251.36º 0.6% 0.57% -
HSV(B) 251.36º 0.63% 0.83% -
XYZ 20.26 13.24 63.12 -
YUV 101.52 189.78 129.77 -
System Red Green Blue C M Y K H S L
Decimal 104 79 211 0.51 0.63 0 0.17 251.36 0.6 0.57
Hex 68 4F D3 33 3F 0 11 FB 3C 39
Octal 150 117 323 63 77 0 21 373 74 71
Binary 1101000 1001111 11010011 110011 111111 0 10001 11111011 111100 111001

Color Harmonies of #684FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684FD3

Black with #684FD3

Text Example


Text Example

White with #684FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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