Html Css Color HEX #603DDF Slate Blue

📋 copy color: '#603DDF'

red 96 ◦ green 61 ◦ blue 223

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

Shades of Slate Blue #603DDF

Tints of Slate Blue #603DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 25.26%
G = 16.05%
B = 58.68%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#603DDF (or 0x603DDF) is known color: Slate Blue. HEX triplet: 60, 3D and DF. RGB value is (96,61,223). Sum of RGB (Red+Green+Blue) = 96+61+223=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #603DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DDF is #9FC220. Grayscale: #595959. Windows color (decimal): -10469921 or 14630240. OLE color: 14630240.

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

Color convert

RGB 96 61 223 -
CMYK 0.57 0.73 0 0.13
HSL 252.96º 0.72% 0.56% -
HSV(B) 252.96º 0.73% 0.87% -
XYZ 19.81 11.15 70.92 -
YUV 89.93 203.1 132.33 -
System Red Green Blue C M Y K H S L
Decimal 96 61 223 0.57 0.73 0 0.13 252.96 0.72 0.56
Hex 60 3D DF 39 49 0 D FD 48 38
Octal 140 75 337 71 111 0 15 375 110 70
Binary 1100000 111101 11011111 111001 1001001 0 1101 11111101 1001000 111000

Color Harmonies of #603DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DDF

Black with #603DDF

Text Example


Text Example

White with #603DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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