#675DCB

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

Shades of Slate Blue #675DCB

Tints of Slate Blue #675DCB

Color information

#675DCB (or 0x675DCB) is unknown color: approx Slate Blue. HEX triplet: 67, 5D and CB. RGB value is (103,93,203). Sum of RGB (Red+Green+Blue) = 103+93+203=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #675DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DCB is #98A234. Grayscale: #6C6C6C. Windows color (decimal): -10002997 or 13327719. OLE color: 13327719.

HSL color Cylindrical-coordinate representation of color #675DCB: hue angle of 245.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #675DCB is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10393203-
CMYK0.490.5400.20
HSL245.45º51.4%58.04%-
HSV(B)245.45º54.19%79.61%-
XYZ20.2915.0258.33-
YUV108.53181.31124.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.81%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=25.81%
G=23.31%
B=50.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal103932030.490.5400.20245.4551.458.04
Hex675DCB3136014f5333a
Octal14713531361660243656372
Binary110011110111011100101111000111011001010011110101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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