#676BDD

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

Shades of Slate Blue #676BDD

Tints of Slate Blue #676BDD

Color information

#676BDD (or 0x676BDD) is unknown color: approx Slate Blue. HEX triplet: 67, 6B and DD. RGB value is (103,107,221). Sum of RGB (Red+Green+Blue) = 103+107+221=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #676BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BDD is #989422. Grayscale: #767676. Windows color (decimal): -9999395 or 14510951. OLE color: 14510951.

HSL color Cylindrical-coordinate representation of color #676BDD: hue angle of 237.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #676BDD is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103107221-
CMYK0.530.5200.13
HSL237.97º63.44%63.53%-
HSV(B)237.97º53.39%86.67%-
XYZ23.918.6270.74-
YUV118.8185.67116.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.90%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 221 (86.72% from 255) = 51.28%
R=23.90%
G=24.83%
B=51.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1031072210.530.5200.13237.9763.4463.53
Hex676BDD35340Dee3f40
Octal147153335656401535677100
Binary110011111010111101110111010111010001101111011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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