#675FDE

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

Shades of Slate Blue #675FDE

Tints of Slate Blue #675FDE

Color information

#675FDE (or 0x675FDE) is unknown color: approx Slate Blue. HEX triplet: 67, 5F and DE. RGB value is (103,95,222). Sum of RGB (Red+Green+Blue) = 103+95+222=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #675FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FDE is #98A021. Grayscale: #6F6F6F. Windows color (decimal): -10002466 or 14573415. OLE color: 14573415.

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

Color convert

RGB10395222-
CMYK0.540.5700.13
HSL243.78º65.8%62.16%-
HSV(B)243.78º57.21%87.06%-
XYZ22.8716.3471.06-
YUV111.87190.15121.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.52%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 222 (87.11% from 255) = 52.86%
R=24.52%
G=22.62%
B=52.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103952220.540.5700.13243.7865.862.16
Hex675FDE36390Df4423e
Octal147137336667101536410276
Binary110011110111111101111011011011100101101111101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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