#676ED6

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

Shades of Slate Blue #676ED6

Tints of Slate Blue #676ED6

Color information

#676ED6 (or 0x676ED6) is unknown color: approx Slate Blue. HEX triplet: 67, 6E and D6. RGB value is (103,110,214). Sum of RGB (Red+Green+Blue) = 103+110+214=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #676ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ED6 is #989129. Grayscale: #777777. Windows color (decimal): -9998634 or 14052967. OLE color: 14052967.

HSL color Cylindrical-coordinate representation of color #676ED6: hue angle of 236.22º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #676ED6 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB103110214-
CMYK0.520.4900.16
HSL236.22º57.51%62.16%-
HSV(B)236.22º51.87%83.92%-
XYZ23.3118.8966.04-
YUV119.76181.18116.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.12%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 214 (83.98% from 255) = 50.12%
R=24.12%
G=25.76%
B=50.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1031102140.520.4900.16236.2257.5162.16
Hex676ED63431010ec3a3e
Octal14715632664610203547276
Binary110011111011101101011011010011000101000011101100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676ED6; }

 p { color: rgb(103,110,214); }

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

<style>
 a { background-color: #676ED6; }

 a { background-color: rgb(103,110,214); }

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

<style>
 span { border-color: #676ED6; }

 span { border-color: rgb(103,110,214); }

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