Html Css Color HEX #6048CC Slate Blue

📋 copy color: '#6048CC'

red 96 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #6048CC

Tints of Slate Blue #6048CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.84%

R = 25.81%
G = 19.35%
B = 54.84%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6048CC (or 0x6048CC) is known color: Slate Blue. HEX triplet: 60, 48 and CC. RGB value is (96,72,204). Sum of RGB (Red+Green+Blue) = 96+72+204=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #6048CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6048CC is #9FB733. Grayscale: #5D5D5D. Windows color (decimal): -10467124 or 13387872. OLE color: 13387872.

HSL color Cylindrical-coordinate representation of color #6048CC: hue angle of 250.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6048CC is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 72 204 -
CMYK 0.53 0.65 0 0.2
HSL 250.91º 0.56% 0.54% -
HSV(B) 250.91º 0.65% 0.8% -
XYZ 18.04 11.48 58.39 -
YUV 94.22 189.95 129.27 -
System Red Green Blue C M Y K H S L
Decimal 96 72 204 0.53 0.65 0 0.2 250.91 0.56 0.54
Hex 60 48 CC 35 41 0 14 FB 38 36
Octal 140 110 314 65 101 0 24 373 70 66
Binary 1100000 1001000 11001100 110101 1000001 0 10100 11111011 111000 110110

Color Harmonies of #6048CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6048CC

Black with #6048CC

Text Example


Text Example

White with #6048CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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