#676ADD

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

Shades of Slate Blue #676ADD

Tints of Slate Blue #676ADD

Color information

#676ADD (or 0x676ADD) is unknown color: approx Slate Blue. HEX triplet: 67, 6A and DD. RGB value is (103,106,221). Sum of RGB (Red+Green+Blue) = 103+106+221=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #676ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ADD is #989522. Grayscale: #757575. Windows color (decimal): -9999651 or 14510695. OLE color: 14510695.

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

Color convert

RGB103106221-
CMYK0.530.5200.13
HSL238.47º63.44%63.53%-
HSV(B)238.47º53.39%86.67%-
XYZ23.818.4170.71-
YUV118.21186.01117.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.95%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 221 (86.72% from 255) = 51.40%
R=23.95%
G=24.65%
B=51.40%

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
Decimal1031062210.530.5200.13238.4763.4463.53
Hex676ADD35340Dee3f40
Octal147152335656401535677100
Binary110011111010101101110111010111010001101111011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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