#676EDA

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

Shades of Slate Blue #676EDA

Tints of Slate Blue #676EDA

Color information

#676EDA (or 0x676EDA) is unknown color: approx Slate Blue. HEX triplet: 67, 6E and DA. RGB value is (103,110,218). Sum of RGB (Red+Green+Blue) = 103+110+218=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #676EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676EDA is #989125. Grayscale: #777777. Windows color (decimal): -9998630 or 14315111. OLE color: 14315111.

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

Color convert

RGB103110218-
CMYK0.530.5000.15
HSL236.35º60.85%62.94%-
HSV(B)236.35º52.75%85.49%-
XYZ23.8219.168.76-
YUV120.22183.18115.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.90%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 218 (85.55% from 255) = 50.58%
R=23.90%
G=25.52%
B=50.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1031102180.530.5000.15236.3560.8562.94
Hex676EDA35320Fec3d3f
Octal14715633265620173547577
Binary11001111101110110110101101011100100111111101100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,110,218); }

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

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

 a { background-color: rgb(103,110,218); }

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

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

 span { border-color: rgb(103,110,218); }

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