#684ADC

Color #684ADC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #684ADC

Tints of Slate Blue #684ADC

Color information

#684ADC (or 0x684ADC) is unknown color: approx 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

RGB10474220-
CMYK0.530.6600.14
HSL252.33º67.59%57.65%-
HSV(B)252.33º66.36%86.27%-
XYZ21.0813.0169.11-
YUV99.61195.94131.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 74 (29.30% 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 (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104742200.530.6600.14252.3367.5957.65
Hex684ADC35420Efc443a
Octal1501123346510201637410472
Binary1101000100101011011100110101100001001110111111001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>