Html Css Color HEX #684ADC Slate Blue

📋 copy color: '#684ADC'

red 104 ◦ green 74 ◦ blue 220

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

Shades of Slate Blue #684ADC

Tints of Slate Blue #684ADC

RGB

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

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

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

R = 26.13%
G = 18.59%
B = 55.28%

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

#684ADC (or 0x684ADC) is known color: Slate Blue. HEX triplet: 68, 4A and DC. RGB value is (104,74,220). Sum of RGB (Red+Green+Blue) = 104+74+220=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #684ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684ADC is #97B523. Grayscale: #636363. Windows color (decimal): -9942308 or 14436968. OLE color: 14436968.

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

Color convert

RGB 104 74 220 -
CMYK 0.53 0.66 0 0.14
HSL 252.33º 0.68% 0.58% -
HSV(B) 252.33º 0.66% 0.86% -
XYZ 21.08 13.01 69.11 -
YUV 99.61 195.94 131.13 -
System Red Green Blue C M Y K H S L
Decimal 104 74 220 0.53 0.66 0 0.14 252.33 0.68 0.58
Hex 68 4A DC 35 42 0 E FC 44 3A
Octal 150 112 334 65 102 0 16 374 104 72
Binary 1101000 1001010 11011100 110101 1000010 0 1110 11111100 1000100 111010

Color Harmonies of #684ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684ADC

Black with #684ADC

Text Example


Text Example

White with #684ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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