#675DBF

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

Shades of Slate Blue #675DBF

Tints of Slate Blue #675DBF

Color information

#675DBF (or 0x675DBF) is unknown color: approx Slate Blue. HEX triplet: 67, 5D and BF. RGB value is (103,93,191). Sum of RGB (Red+Green+Blue) = 103+93+191=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #675DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DBF is #98A240. Grayscale: #6A6A6A. Windows color (decimal): -10003009 or 12541287. OLE color: 12541287.

HSL color Cylindrical-coordinate representation of color #675DBF: hue angle of 246.12º 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 #675DBF is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10393191-
CMYK0.460.5100.25
HSL246.12º43.36%55.69%-
HSV(B)246.12º51.31%74.9%-
XYZ18.9114.4751.09-
YUV107.16175.31125.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.61%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 191 (75% from 255) = 49.35%
R=26.61%
G=24.03%
B=49.35%

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
Decimal103931910.460.5100.25246.1243.3655.69
Hex675DBF2E33019f62b38
Octal14713527756630313665370
Binary110011110111011011111110111011001101100111110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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