#676AD8

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

Shades of Slate Blue #676AD8

Tints of Slate Blue #676AD8

Color information

#676AD8 (or 0x676AD8) is unknown color: approx Slate Blue. HEX triplet: 67, 6A and D8. RGB value is (103,106,216). Sum of RGB (Red+Green+Blue) = 103+106+216=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #676AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676AD8 is #989527. Grayscale: #757575. Windows color (decimal): -9999656 or 14183015. OLE color: 14183015.

HSL color Cylindrical-coordinate representation of color #676AD8: hue angle of 238.41º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #676AD8 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB103106216-
CMYK0.520.5100.15
HSL238.41º59.16%62.55%-
HSV(B)238.41º52.31%84.71%-
XYZ23.1418.1567.25-
YUV117.64183.51117.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.24%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 216 (84.77% from 255) = 50.82%
R=24.24%
G=24.94%
B=50.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1031062160.520.5100.15238.4159.1662.55
Hex676AD834330Fee3b3f
Octal14715233064630173567377
Binary11001111101010110110001101001100110111111101110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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