#676BD5

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

Shades of Slate Blue #676BD5

Tints of Slate Blue #676BD5

Color information

#676BD5 (or 0x676BD5) is unknown color: approx Slate Blue. HEX triplet: 67, 6B and D5. RGB value is (103,107,213). Sum of RGB (Red+Green+Blue) = 103+107+213=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #676BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BD5 is #98942A. Grayscale: #757575. Windows color (decimal): -9999403 or 13986663. OLE color: 13986663.

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

Color convert

RGB103107213-
CMYK0.520.5000.16
HSL237.82º56.7%61.96%-
HSV(B)237.82º51.64%83.53%-
XYZ22.8618.265.26-
YUV117.89181.67117.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.35%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 213 (83.59% from 255) = 50.35%
R=24.35%
G=25.30%
B=50.35%

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
Decimal1031072130.520.5000.16237.8256.761.96
Hex676BD53432010ee393e
Octal14715332564620203567176
Binary110011111010111101010111010011001001000011101110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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