Html Css Color HEX #603DE3 Slate Blue

📋 copy color: '#603DE3'

red 96 ◦ green 61 ◦ blue 227

#603DE3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #603DE3

Tints of Slate Blue #603DE3

RGB

 RED value IS 96 (37.89% from 255) = 25%

 GREEN value IS 61 (24.22% from 255) = 15.89%

 BLUE value IS 227 (89.06% from 255) = 59.11%

R = 25%
G = 15.89%
B = 59.11%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#603DE3 (or 0x603DE3) is known color: Slate Blue. HEX triplet: 60, 3D and E3. RGB value is (96,61,227). Sum of RGB (Red+Green+Blue) = 96+61+227=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 227 (89.06% from 255 or 59.11% from 384); Max value from RGB is 227 - color contains mainly: blue. Hex color #603DE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DE3 is #9FC21C. Grayscale: #595959. Windows color (decimal): -10469917 or 14892384. OLE color: 14892384.

HSL color Cylindrical-coordinate representation of color #603DE3: hue angle of 252.65º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #603DE3 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 96 61 227 -
CMYK 0.58 0.73 0 0.11
HSL 252.65º 0.75% 0.56% -
HSV(B) 252.65º 0.73% 0.89% -
XYZ 20.36 11.37 73.79 -
YUV 90.39 205.1 132 -
System Red Green Blue C M Y K H S L
Decimal 96 61 227 0.58 0.73 0 0.11 252.65 0.75 0.56
Hex 60 3D E3 3A 49 0 B FD 4B 38
Octal 140 75 343 72 111 0 13 375 113 70
Binary 1100000 111101 11100011 111010 1001001 0 1011 11111101 1001011 111000

Color Harmonies of #603DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DE3

Black with #603DE3

Text Example


Text Example

White with #603DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,61,227); }

 H1.HeaderClassName
 {
   color: #603DE3;
 }
 .AnyTagClassName
 {
   color: #603DE3;
 }
</style>

background-color css

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

 a { background-color: rgb(96,61,227); }

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

border-color css

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

 span { border-color: rgb(96,61,227); }

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