#675ED8

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

Shades of Slate Blue #675ED8

Tints of Slate Blue #675ED8

Color information

#675ED8 (or 0x675ED8) is unknown color: approx Slate Blue. HEX triplet: 67, 5E and D8. RGB value is (103,94,216). Sum of RGB (Red+Green+Blue) = 103+94+216=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #675ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ED8 is #98A127. Grayscale: #6E6E6E. Windows color (decimal): -10002728 or 14179943. OLE color: 14179943.

HSL color Cylindrical-coordinate representation of color #675ED8: hue angle of 244.43º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #675ED8 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10394216-
CMYK0.520.5600.15
HSL244.43º61%60.78%-
HSV(B)244.43º56.48%84.71%-
XYZ21.9915.8566.87-
YUV110.6187.48122.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.94%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 216 (84.77% from 255) = 52.30%
R=24.94%
G=22.76%
B=52.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal103942160.520.5600.15244.436160.78
Hex675ED834380Ff43d3d
Octal14713633064700173647575
Binary11001111011110110110001101001110000111111110100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675ED8; }

 p { color: rgb(103,94,216); }

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

<style>
 a { background-color: #675ED8; }

 a { background-color: rgb(103,94,216); }

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

<style>
 span { border-color: #675ED8; }

 span { border-color: rgb(103,94,216); }

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