Html Css Color HEX #684BD2 Slate Blue

📋 copy color: '#684BD2'

red 104 ◦ green 75 ◦ blue 210

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

Shades of Slate Blue #684BD2

Tints of Slate Blue #684BD2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.28%

 BLUE value IS 210 (82.42% from 255) = 53.98%

R = 26.74%
G = 19.28%
B = 53.98%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#684BD2 (or 0x684BD2) is known color: Slate Blue. HEX triplet: 68, 4B and D2. RGB value is (104,75,210). Sum of RGB (Red+Green+Blue) = 104+75+210=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #684BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684BD2 is #97B42D. Grayscale: #626262. Windows color (decimal): -9942062 or 13781864. OLE color: 13781864.

HSL color Cylindrical-coordinate representation of color #684BD2: hue angle of 252.89º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684BD2 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 75 210 -
CMYK 0.50 0.64 0 0.18
HSL 252.89º 0.6% 0.56% -
HSV(B) 252.89º 0.64% 0.82% -
XYZ 19.86 12.63 62.36 -
YUV 99.06 190.61 131.52 -
System Red Green Blue C M Y K H S L
Decimal 104 75 210 0.50 0.64 0 0.18 252.89 0.6 0.56
Hex 68 4B D2 32 40 0 12 FD 3C 38
Octal 150 113 322 62 100 0 22 375 74 70
Binary 1101000 1001011 11010010 110010 1000000 0 10010 11111101 111100 111000

Color Harmonies of #684BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684BD2

Black with #684BD2

Text Example


Text Example

White with #684BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,75,210); }

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

background-color css

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

 a { background-color: rgb(104,75,210); }

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

border-color css

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

 span { border-color: rgb(104,75,210); }

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