Html Css Color HEX #603FD6 Slate Blue

📋 copy color: '#603FD6'

red 96 ◦ green 63 ◦ blue 214

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

Shades of Slate Blue #603FD6

Tints of Slate Blue #603FD6

RGB

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

 GREEN value IS 63 (25% from 255) = 16.89%

 BLUE value IS 214 (83.98% from 255) = 57.37%

R = 25.74%
G = 16.89%
B = 57.37%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#603FD6 (or 0x603FD6) is known color: Slate Blue. HEX triplet: 60, 3F and D6. RGB value is (96,63,214). Sum of RGB (Red+Green+Blue) = 96+63+214=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 214 (83.98% from 255 or 57.37% from 373); Max value from RGB is 214 - color contains mainly: blue. Hex color #603FD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FD6 is #9FC029. Grayscale: #595959. Windows color (decimal): -10469418 or 14040928. OLE color: 14040928.

HSL color Cylindrical-coordinate representation of color #603FD6: hue angle of 253.11º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #603FD6 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 63 214 -
CMYK 0.55 0.71 0 0.16
HSL 253.11º 0.65% 0.54% -
HSV(B) 253.11º 0.71% 0.84% -
XYZ 18.74 10.9 64.73 -
YUV 90.08 197.93 132.22 -
System Red Green Blue C M Y K H S L
Decimal 96 63 214 0.55 0.71 0 0.16 253.11 0.65 0.54
Hex 60 3F D6 37 47 0 10 FD 41 36
Octal 140 77 326 67 107 0 20 375 101 66
Binary 1100000 111111 11010110 110111 1000111 0 10000 11111101 1000001 110110

Color Harmonies of #603FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FD6

Black with #603FD6

Text Example


Text Example

White with #603FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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