Html Css Color HEX #6048DC Slate Blue

📋 copy color: '#6048DC'

red 96 ◦ green 72 ◦ blue 220

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

Shades of Slate Blue #6048DC

Tints of Slate Blue #6048DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 24.74%
G = 18.56%
B = 56.7%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6048DC (or 0x6048DC) is known color: Slate Blue. HEX triplet: 60, 48 and DC. RGB value is (96,72,220). Sum of RGB (Red+Green+Blue) = 96+72+220=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #6048DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6048DC is #9FB723. Grayscale: #5F5F5F. Windows color (decimal): -10467108 or 14436448. OLE color: 14436448.

HSL color Cylindrical-coordinate representation of color #6048DC: hue angle of 249.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6048DC is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 72 220 -
CMYK 0.56 0.67 0 0.14
HSL 249.73º 0.68% 0.57% -
HSV(B) 249.73º 0.67% 0.86% -
XYZ 20.06 12.29 69.02 -
YUV 96.05 197.95 127.97 -
System Red Green Blue C M Y K H S L
Decimal 96 72 220 0.56 0.67 0 0.14 249.73 0.68 0.57
Hex 60 48 DC 38 43 0 E FA 44 39
Octal 140 110 334 70 103 0 16 372 104 71
Binary 1100000 1001000 11011100 111000 1000011 0 1110 11111010 1000100 111001

Color Harmonies of #6048DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6048DC

Black with #6048DC

Text Example


Text Example

White with #6048DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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