#676BD7

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

Shades of Slate Blue #676BD7

Tints of Slate Blue #676BD7

Color information

#676BD7 (or 0x676BD7) is unknown color: approx Slate Blue. HEX triplet: 67, 6B and D7. RGB value is (103,107,215). Sum of RGB (Red+Green+Blue) = 103+107+215=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #676BD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BD7 is #989428. Grayscale: #757575. Windows color (decimal): -9999401 or 14117735. OLE color: 14117735.

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

Color convert

RGB103107215-
CMYK0.520.5000.16
HSL237.86º58.33%62.35%-
HSV(B)237.86º52.09%84.31%-
XYZ23.1218.3166.6-
YUV118.12182.67117.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.24%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 215 (84.38% from 255) = 50.59%
R=24.24%
G=25.18%
B=50.59%

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
Decimal1031072150.520.5000.16237.8658.3362.35
Hex676BD73432010ee3a3e
Octal14715332764620203567276
Binary110011111010111101011111010011001001000011101110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,107,215); }

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

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

 a { background-color: rgb(103,107,215); }

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

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

 span { border-color: rgb(103,107,215); }

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