#675BC1

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

Shades of Slate Blue #675BC1

Tints of Slate Blue #675BC1

Color information

#675BC1 (or 0x675BC1) is unknown color: approx Slate Blue. HEX triplet: 67, 5B and C1. RGB value is (103,91,193). Sum of RGB (Red+Green+Blue) = 103+91+193=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #675BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BC1 is #98A43E. Grayscale: #696969. Windows color (decimal): -10003519 or 12671847. OLE color: 12671847.

HSL color Cylindrical-coordinate representation of color #675BC1: hue angle of 247.06º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #675BC1 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10391193-
CMYK0.470.5300.24
HSL247.06º45.13%55.69%-
HSV(B)247.06º52.85%75.69%-
XYZ18.9614.2252.2-
YUV106.22176.98125.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.61%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 193 (75.78% from 255) = 49.87%
R=26.61%
G=23.51%
B=49.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal103911930.470.5300.24247.0645.1355.69
Hex675BC12F35018f72d38
Octal14713330157650303675570
Binary110011110110111100000110111111010101100011110111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,91,193); }

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

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

 a { background-color: rgb(103,91,193); }

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

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

 span { border-color: rgb(103,91,193); }

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