#676AD5

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

Shades of Slate Blue #676AD5

Tints of Slate Blue #676AD5

Color information

#676AD5 (or 0x676AD5) is unknown color: approx Slate Blue. HEX triplet: 67, 6A and D5. RGB value is (103,106,213). Sum of RGB (Red+Green+Blue) = 103+106+213=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #676AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676AD5 is #98952A. Grayscale: #747474. Windows color (decimal): -9999659 or 13986407. OLE color: 13986407.

HSL color Cylindrical-coordinate representation of color #676AD5: hue angle of 238.36º degrees, saturation: 0.57, 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 #676AD5 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB103106213-
CMYK0.520.5000.16
HSL238.36º56.7%61.96%-
HSV(B)238.36º51.64%83.53%-
XYZ22.761865.22-
YUV117.3182.01117.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.41%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 213 (83.59% from 255) = 50.47%
R=24.41%
G=25.12%
B=50.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1031062130.520.5000.16238.3656.761.96
Hex676AD53432010ee393e
Octal14715232564620203567176
Binary110011111010101101010111010011001001000011101110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,106,213); }

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

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

 a { background-color: rgb(103,106,213); }

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

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

 span { border-color: rgb(103,106,213); }

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