#675EBF

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

Shades of Slate Blue #675EBF

Tints of Slate Blue #675EBF

Color information

#675EBF (or 0x675EBF) is unknown color: approx Slate Blue. HEX triplet: 67, 5E and BF. RGB value is (103,94,191). Sum of RGB (Red+Green+Blue) = 103+94+191=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #675EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675EBF is #98A140. Grayscale: #6B6B6B. Windows color (decimal): -10002753 or 12541543. OLE color: 12541543.

HSL color Cylindrical-coordinate representation of color #675EBF: hue angle of 245.57º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #675EBF is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10394191-
CMYK0.460.5100.25
HSL245.57º43.11%55.88%-
HSV(B)245.57º50.79%74.9%-
XYZ1914.6551.12-
YUV107.75174.98124.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.55%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 191 (75% from 255) = 49.23%
R=26.55%
G=24.23%
B=49.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103941910.460.5100.25245.5743.1155.88
Hex675EBF2E33019f62b38
Octal14713627756630313665370
Binary110011110111101011111110111011001101100111110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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