#676AD0

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

Shades of Slate Blue #676AD0

Tints of Slate Blue #676AD0

Color information

#676AD0 (or 0x676AD0) is unknown color: approx Slate Blue. HEX triplet: 67, 6A and D0. RGB value is (103,106,208). Sum of RGB (Red+Green+Blue) = 103+106+208=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #676AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676AD0 is #98952F. Grayscale: #747474. Windows color (decimal): -9999664 or 13658727. OLE color: 13658727.

HSL color Cylindrical-coordinate representation of color #676AD0: hue angle of 238.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #676AD0 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB103106208-
CMYK0.500.4900.18
HSL238.29º52.76%60.98%-
HSV(B)238.29º50.48%81.57%-
XYZ22.1317.7561.93-
YUV116.73179.51118.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.70%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 208 (81.64% from 255) = 49.88%
R=24.70%
G=25.42%
B=49.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1031062080.500.4900.18238.2952.7660.98
Hex676AD03231012ee353d
Octal14715232062610223566575
Binary110011111010101101000011001011000101001011101110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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