#603FDC

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

Shades of Slate Blue #603FDC

Tints of Slate Blue #603FDC

Color information

#603FDC (or 0x603FDC) is unknown color: approx Slate Blue. HEX triplet: 60, 3F and DC. RGB value is (96,63,220). Sum of RGB (Red+Green+Blue) = 96+63+220=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #603FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FDC is #9FC023. Grayscale: #5A5A5A. Windows color (decimal): -10469412 or 14434144. OLE color: 14434144.

HSL color Cylindrical-coordinate representation of color #603FDC: hue angle of 252.61º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #603FDC is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9663220-
CMYK0.560.7100.14
HSL252.61º69.16%55.49%-
HSV(B)252.61º71.36%86.27%-
XYZ19.5211.2168.84-
YUV90.76200.93131.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.33%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 220 (86.33% from 255) = 58.05%
R=25.33%
G=16.62%
B=58.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal96632200.560.7100.14252.6169.1655.49
Hex603FDC38470Efd4537
Octal140773347010701637510567
Binary110000011111111011100111000100011101110111111011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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