#603FDE

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

Shades of Slate Blue #603FDE

Tints of Slate Blue #603FDE

Color information

#603FDE (or 0x603FDE) is unknown color: approx Slate Blue. HEX triplet: 60, 3F and DE. RGB value is (96,63,222). Sum of RGB (Red+Green+Blue) = 96+63+222=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #603FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FDE is #9FC021. Grayscale: #5A5A5A. Windows color (decimal): -10469410 or 14565216. OLE color: 14565216.

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

Color convert

RGB9663222-
CMYK0.570.7200.13
HSL252.45º70.67%55.88%-
HSV(B)252.45º71.62%87.06%-
XYZ19.7911.3270.25-
YUV90.99201.93131.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.20%
GREEN value IS 63 (25% from 255) = 16.54%
BLUE value IS 222 (87.11% from 255) = 58.27%
R=25.20%
G=16.54%
B=58.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96632220.570.7200.13252.4570.6755.88
Hex603FDE39480Dfc4738
Octal140773367111001537410770
Binary110000011111111011110111001100100001101111111001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,63,222); }

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

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

 a { background-color: rgb(96,63,222); }

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

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

 span { border-color: rgb(96,63,222); }

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