#676ADC

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

Shades of Slate Blue #676ADC

Tints of Slate Blue #676ADC

Color information

#676ADC (or 0x676ADC) is unknown color: approx Slate Blue. HEX triplet: 67, 6A and DC. RGB value is (103,106,220). Sum of RGB (Red+Green+Blue) = 103+106+220=429 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.01% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #676ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ADC is #989523. Grayscale: #757575. Windows color (decimal): -9999652 or 14445159. OLE color: 14445159.

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

Color convert

RGB103106220-
CMYK0.530.5200.14
HSL238.46º62.57%63.33%-
HSV(B)238.46º53.18%86.27%-
XYZ23.6718.3670.01-
YUV118.1185.51117.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.01%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 220 (86.33% from 255) = 51.28%
R=24.01%
G=24.71%
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.14
SystemRedGreenBlueCMYKHSL
Decimal1031062200.530.5200.14238.4662.5763.33
Hex676ADC35340Eee3f3f
Octal14715233465640163567777
Binary11001111101010110111001101011101000111011101110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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