#675FD5

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

Shades of Slate Blue #675FD5

Tints of Slate Blue #675FD5

Color information

#675FD5 (or 0x675FD5) is unknown color: approx Slate Blue. HEX triplet: 67, 5F and D5. RGB value is (103,95,213). Sum of RGB (Red+Green+Blue) = 103+95+213=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #675FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FD5 is #98A02A. Grayscale: #6E6E6E. Windows color (decimal): -10002475 or 13983591. OLE color: 13983591.

HSL color Cylindrical-coordinate representation of color #675FD5: hue angle of 244.07º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #675FD5 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10395213-
CMYK0.520.5500.16
HSL244.07º58.42%60.39%-
HSV(B)244.07º55.4%83.53%-
XYZ21.715.8764.87-
YUV110.84185.65122.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.06%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 213 (83.59% from 255) = 51.82%
R=25.06%
G=23.11%
B=51.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal103952130.520.5500.16244.0758.4260.39
Hex675FD53437010f43a3c
Octal14713732564670203647274
Binary110011110111111101010111010011011101000011110100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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