Html Css Color HEX #603CE4 Slate Blue

📋 copy color: '#603CE4'

red 96 ◦ green 60 ◦ blue 228

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

Shades of Slate Blue #603CE4

Tints of Slate Blue #603CE4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.63%

 BLUE value IS 228 (89.45% from 255) = 59.38%

R = 25%
G = 15.63%
B = 59.38%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#603CE4 (or 0x603CE4) is known color: Slate Blue. HEX triplet: 60, 3C and E4. RGB value is (96,60,228). Sum of RGB (Red+Green+Blue) = 96+60+228=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 228 (89.45% from 255 or 59.38% from 384); Max value from RGB is 228 - color contains mainly: blue. Hex color #603CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CE4 is #9FC31B. Grayscale: #595959. Windows color (decimal): -10470172 or 14957664. OLE color: 14957664.

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

Color convert

RGB 96 60 228 -
CMYK 0.58 0.74 0 0.11
HSL 252.86º 0.76% 0.56% -
HSV(B) 252.86º 0.74% 0.89% -
XYZ 20.44 11.32 74.51 -
YUV 89.92 205.93 132.34 -
System Red Green Blue C M Y K H S L
Decimal 96 60 228 0.58 0.74 0 0.11 252.86 0.76 0.56
Hex 60 3C E4 3A 4A 0 B FD 4C 38
Octal 140 74 344 72 112 0 13 375 114 70
Binary 1100000 111100 11100100 111010 1001010 0 1011 11111101 1001100 111000

Color Harmonies of #603CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CE4

Black with #603CE4

Text Example


Text Example

White with #603CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,60,228); }

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

background-color css

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

 a { background-color: rgb(96,60,228); }

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

border-color css

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

 span { border-color: rgb(96,60,228); }

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