#675FBF

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

Shades of Slate Blue #675FBF

Tints of Slate Blue #675FBF

Color information

#675FBF (or 0x675FBF) is unknown color: approx Slate Blue. HEX triplet: 67, 5F and BF. RGB value is (103,95,191). Sum of RGB (Red+Green+Blue) = 103+95+191=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #675FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FBF is #98A040. Grayscale: #6B6B6B. Windows color (decimal): -10002497 or 12541799. OLE color: 12541799.

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

Color convert

RGB10395191-
CMYK0.460.5000.25
HSL245º42.86%56.08%-
HSV(B)245º50.26%74.9%-
XYZ19.0914.8351.15-
YUV108.34174.65124.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.48%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 191 (75% from 255) = 49.10%
R=26.48%
G=24.42%
B=49.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103951910.460.5000.2524542.8656.08
Hex675FBF2E32019f52b38
Octal14713727756620313655370
Binary110011110111111011111110111011001001100111110101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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