#676CDC

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

Shades of Slate Blue #676CDC

Tints of Slate Blue #676CDC

Color information

#676CDC (or 0x676CDC) is unknown color: approx Slate Blue. HEX triplet: 67, 6C and DC. RGB value is (103,108,220). Sum of RGB (Red+Green+Blue) = 103+108+220=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #676CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676CDC is #989323. Grayscale: #767676. Windows color (decimal): -9999140 or 14445671. OLE color: 14445671.

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

Color convert

RGB103108220-
CMYK0.530.5100.14
HSL237.44º62.57%63.33%-
HSV(B)237.44º53.18%86.27%-
XYZ23.8718.7870.08-
YUV119.27184.84116.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.90%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 220 (86.33% from 255) = 51.04%
R=23.90%
G=25.06%
B=51.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1031082200.530.5100.14237.4462.5763.33
Hex676CDC35330Eed3f3f
Octal14715433465630163557777
Binary11001111101100110111001101011100110111011101101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,108,220); }

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

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

 a { background-color: rgb(103,108,220); }

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

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

 span { border-color: rgb(103,108,220); }

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