#684BDA

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

Shades of Slate Blue #684BDA

Tints of Slate Blue #684BDA

Color information

#684BDA (or 0x684BDA) is unknown color: approx Slate Blue. HEX triplet: 68, 4B and DA. RGB value is (104,75,218). Sum of RGB (Red+Green+Blue) = 104+75+218=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #684BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684BDA is #97B425. Grayscale: #636363. Windows color (decimal): -9942054 or 14306152. OLE color: 14306152.

HSL color Cylindrical-coordinate representation of color #684BDA: hue angle of 252.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #684BDA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10475218-
CMYK0.520.6600.15
HSL252.17º65.9%57.45%-
HSV(B)252.17º65.6%85.49%-
XYZ20.8813.0467.75-
YUV99.97194.61130.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 75 (29.69% from 255) = 18.89%
BLUE value IS 218 (85.55% from 255) = 54.91%
R=26.20%
G=18.89%
B=54.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal104752180.520.6600.15252.1765.957.45
Hex684BDA34420Ffc4239
Octal1501133326410201737410271
Binary1101000100101111011010110100100001001111111111001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #684BDA;
 }
 .AnyTagClassName
 {
   color: #684BDA;
 }
</style>
background-color css

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

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

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

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

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

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