#676BDA

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

Shades of Slate Blue #676BDA

Tints of Slate Blue #676BDA

Color information

#676BDA (or 0x676BDA) is unknown color: approx Slate Blue. HEX triplet: 67, 6B and DA. RGB value is (103,107,218). Sum of RGB (Red+Green+Blue) = 103+107+218=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #676BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BDA is #989425. Grayscale: #767676. Windows color (decimal): -9999398 or 14314343. OLE color: 14314343.

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

Color convert

RGB103107218-
CMYK0.530.5100.15
HSL237.91º60.85%62.94%-
HSV(B)237.91º52.75%85.49%-
XYZ23.5118.4668.65-
YUV118.46184.17116.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.07%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 218 (85.55% from 255) = 50.93%
R=24.07%
G=25%
B=50.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1031072180.530.5100.15237.9160.8562.94
Hex676BDA35330Fee3d3f
Octal14715333265630173567577
Binary11001111101011110110101101011100110111111101110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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