Html Css Color HEX #603EDD Slate Blue

📋 copy color: '#603EDD'

red 96 ◦ green 62 ◦ blue 221

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

Shades of Slate Blue #603EDD

Tints of Slate Blue #603EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.36%

 BLUE value IS 221 (86.72% from 255) = 58.31%

R = 25.33%
G = 16.36%
B = 58.31%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#603EDD (or 0x603EDD) is known color: Slate Blue. HEX triplet: 60, 3E and DD. RGB value is (96,62,221). Sum of RGB (Red+Green+Blue) = 96+62+221=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #603EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603EDD is #9FC122. Grayscale: #595959. Windows color (decimal): -10469667 or 14499424. OLE color: 14499424.

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

Color convert

RGB 96 62 221 -
CMYK 0.57 0.72 0 0.13
HSL 252.83º 0.7% 0.55% -
HSV(B) 252.83º 0.72% 0.87% -
XYZ 19.6 11.15 69.53 -
YUV 90.29 201.76 132.07 -
System Red Green Blue C M Y K H S L
Decimal 96 62 221 0.57 0.72 0 0.13 252.83 0.7 0.55
Hex 60 3E DD 39 48 0 D FD 46 37
Octal 140 76 335 71 110 0 15 375 106 67
Binary 1100000 111110 11011101 111001 1001000 0 1101 11111101 1000110 110111

Color Harmonies of #603EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603EDD

Black with #603EDD

Text Example


Text Example

White with #603EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,62,221); }

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

background-color css

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

 a { background-color: rgb(96,62,221); }

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

border-color css

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

 span { border-color: rgb(96,62,221); }

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