Html Css Color HEX #684ADB Slate Blue

📋 copy color: '#684ADB'

red 104 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #684ADB

Tints of Slate Blue #684ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.64%

 BLUE value IS 219 (85.94% from 255) = 55.16%

R = 26.2%
G = 18.64%
B = 55.16%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#684ADB (or 0x684ADB) is known color: Slate Blue. HEX triplet: 68, 4A and DB. RGB value is (104,74,219). Sum of RGB (Red+Green+Blue) = 104+74+219=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #684ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684ADB is #97B524. Grayscale: #626262. Windows color (decimal): -9942309 or 14371432. OLE color: 14371432.

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

Color convert

RGB 104 74 219 -
CMYK 0.53 0.66 0 0.14
HSL 252.41º 0.67% 0.57% -
HSV(B) 252.41º 0.66% 0.86% -
XYZ 20.94 12.96 68.41 -
YUV 99.5 195.44 131.21 -
System Red Green Blue C M Y K H S L
Decimal 104 74 219 0.53 0.66 0 0.14 252.41 0.67 0.57
Hex 68 4A DB 35 42 0 E FC 43 39
Octal 150 112 333 65 102 0 16 374 103 71
Binary 1101000 1001010 11011011 110101 1000010 0 1110 11111100 1000011 111001

Color Harmonies of #684ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684ADB

Black with #684ADB

Text Example


Text Example

White with #684ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,74,219); }

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

background-color css

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

 a { background-color: rgb(104,74,219); }

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

border-color css

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

 span { border-color: rgb(104,74,219); }

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