#676ADB

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

Shades of Slate Blue #676ADB

Tints of Slate Blue #676ADB

Color information

#676ADB (or 0x676ADB) is unknown color: approx Slate Blue. HEX triplet: 67, 6A and DB. RGB value is (103,106,219). Sum of RGB (Red+Green+Blue) = 103+106+219=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #676ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ADB is #989524. Grayscale: #757575. Windows color (decimal): -9999653 or 14379623. OLE color: 14379623.

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

Color convert

RGB103106219-
CMYK0.530.5200.14
HSL238.45º61.7%63.14%-
HSV(B)238.45º52.97%85.88%-
XYZ23.5318.3169.31-
YUV117.98185.01117.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.07%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 219 (85.94% from 255) = 51.17%
R=24.07%
G=24.77%
B=51.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1031062190.530.5200.14238.4561.763.14
Hex676ADB35340Eee3e3f
Octal14715233365640163567677
Binary11001111101010110110111101011101000111011101110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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