#676DDA

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

Shades of Slate Blue #676DDA

Tints of Slate Blue #676DDA

Color information

#676DDA (or 0x676DDA) is unknown color: approx Slate Blue. HEX triplet: 67, 6D and DA. RGB value is (103,109,218). Sum of RGB (Red+Green+Blue) = 103+109+218=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #676DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676DDA is #989225. Grayscale: #777777. Windows color (decimal): -9998886 or 14314855. OLE color: 14314855.

HSL color Cylindrical-coordinate representation of color #676DDA: hue angle of 236.87º 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 #676DDA is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB103109218-
CMYK0.530.500.15
HSL236.87º60.85%62.94%-
HSV(B)236.87º52.75%85.49%-
XYZ23.7218.8868.72-
YUV119.63183.51116.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.95%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 218 (85.55% from 255) = 50.70%
R=23.95%
G=25.35%
B=50.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1031092180.530.500.15236.8760.8562.94
Hex676DDA35320Fed3d3f
Octal14715533265620173557577
Binary11001111101101110110101101011100100111111101101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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