#684fc6

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

Shades of Slate Blue #684FC6

Tints of Slate Blue #684FC6

Color information

#684FC6 (or 0x684FC6) is unknown color: approx Slate Blue. HEX triplet: 68, 4F and C6. RGB value is (104,79,198). Sum of RGB (Red+Green+Blue) = 104+79+198=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #684FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684FC6 is #97B039. Grayscale: #636363. Windows color (decimal): -9941050 or 12996456. OLE color: 12996456.

HSL color Cylindrical-coordinate representation of color #684FC6: hue angle of 252.61º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #684FC6 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10479198-
CMYK0.470.6000.22
HSL252.61º51.07%54.31%-
HSV(B)252.61º60.1%77.65%-
XYZ18.712.6154.87-
YUV100.04183.28130.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 198 (77.73% from 255) = 51.97%
R=27.30%
G=20.73%
B=51.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal104791980.470.6000.22252.6151.0754.31
Hex684FC62F3C016fd3336
Octal15011730657740263756366
Binary110100010011111100011010111111110001011011111101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684fc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,79,198); }

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

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

 a { background-color: rgb(104,79,198); }

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

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

 span { border-color: rgb(104,79,198); }

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