Html Css Color HEX #603EDB Slate Blue

📋 copy color: '#603EDB'

red 96 ◦ green 62 ◦ blue 219

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

Shades of Slate Blue #603EDB

Tints of Slate Blue #603EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 25.46%
G = 16.45%
B = 58.09%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#603EDB (or 0x603EDB) is known color: Slate Blue. HEX triplet: 60, 3E and DB. RGB value is (96,62,219). Sum of RGB (Red+Green+Blue) = 96+62+219=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #603EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603EDB is #9FC124. Grayscale: #595959. Windows color (decimal): -10469669 or 14368352. OLE color: 14368352.

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

Color convert

RGB 96 62 219 -
CMYK 0.56 0.72 0 0.14
HSL 252.99º 0.69% 0.55% -
HSV(B) 252.99º 0.72% 0.86% -
XYZ 19.33 11.05 68.13 -
YUV 90.06 200.76 132.23 -
System Red Green Blue C M Y K H S L
Decimal 96 62 219 0.56 0.72 0 0.14 252.99 0.69 0.55
Hex 60 3E DB 38 48 0 E FD 45 37
Octal 140 76 333 70 110 0 16 375 105 67
Binary 1100000 111110 11011011 111000 1001000 0 1110 11111101 1000101 110111

Color Harmonies of #603EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603EDB

Black with #603EDB

Text Example


Text Example

White with #603EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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