#675BDF

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

Shades of Slate Blue #675BDF

Tints of Slate Blue #675BDF

Color information

#675BDF (or 0x675BDF) is unknown color: approx Slate Blue. HEX triplet: 67, 5B and DF. RGB value is (103,91,223). Sum of RGB (Red+Green+Blue) = 103+91+223=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #675BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BDF is #98A420. Grayscale: #6D6D6D. Windows color (decimal): -10003489 or 14637927. OLE color: 14637927.

HSL color Cylindrical-coordinate representation of color #675BDF: hue angle of 245.45º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #675BDF is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10391223-
CMYK0.540.5900.13
HSL245.45º67.35%61.57%-
HSV(B)245.45º59.19%87.45%-
XYZ22.6515.6971.65-
YUV109.64191.98123.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.70%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 223 (87.5% from 255) = 53.48%
R=24.70%
G=21.82%
B=53.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103912230.540.5900.13245.4567.3561.57
Hex675BDF363B0Df5433e
Octal147133337667301536510376
Binary110011110110111101111111011011101101101111101011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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