Html Css Color HEX #6048DF Slate Blue

📋 copy color: '#6048DF'

red 96 ◦ green 72 ◦ blue 223

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

Shades of Slate Blue #6048DF

Tints of Slate Blue #6048DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.41%

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

R = 24.55%
G = 18.41%
B = 57.03%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6048DF (or 0x6048DF) is known color: Slate Blue. HEX triplet: 60, 48 and DF. RGB value is (96,72,223). Sum of RGB (Red+Green+Blue) = 96+72+223=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #6048DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6048DF is #9FB720. Grayscale: #5F5F5F. Windows color (decimal): -10467105 or 14633056. OLE color: 14633056.

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

Color convert

RGB 96 72 223 -
CMYK 0.57 0.68 0 0.13
HSL 249.54º 0.7% 0.58% -
HSV(B) 249.54º 0.68% 0.87% -
XYZ 20.46 12.45 71.14 -
YUV 96.39 199.45 127.72 -
System Red Green Blue C M Y K H S L
Decimal 96 72 223 0.57 0.68 0 0.13 249.54 0.7 0.58
Hex 60 48 DF 39 44 0 D FA 46 3A
Octal 140 110 337 71 104 0 15 372 106 72
Binary 1100000 1001000 11011111 111001 1000100 0 1101 11111010 1000110 111010

Color Harmonies of #6048DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6048DF

Black with #6048DF

Text Example


Text Example

White with #6048DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6048DF; }

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

 H1.HeaderClassName
 {
   color: #6048DF;
 }
 .AnyTagClassName
 {
   color: #6048DF;
 }
</style>

background-color css

<style>
 a { background-color: #6048DF; }

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

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

border-color css

<style>
 span { border-color: #6048DF; }

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

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