Html Css Color HEX #6048CF Slate Blue

📋 copy color: '#6048CF'

red 96 ◦ green 72 ◦ blue 207

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

Shades of Slate Blue #6048CF

Tints of Slate Blue #6048CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 25.6%
G = 19.2%
B = 55.2%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6048CF (or 0x6048CF) is known color: Slate Blue. HEX triplet: 60, 48 and CF. RGB value is (96,72,207). Sum of RGB (Red+Green+Blue) = 96+72+207=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #6048CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6048CF is #9FB730. Grayscale: #5E5E5E. Windows color (decimal): -10467121 or 13584480. OLE color: 13584480.

HSL color Cylindrical-coordinate representation of color #6048CF: hue angle of 250.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6048CF is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 72 207 -
CMYK 0.54 0.65 0 0.19
HSL 250.67º 0.58% 0.55% -
HSV(B) 250.67º 0.65% 0.81% -
XYZ 18.4 11.63 60.31 -
YUV 94.57 191.45 129.02 -
System Red Green Blue C M Y K H S L
Decimal 96 72 207 0.54 0.65 0 0.19 250.67 0.58 0.55
Hex 60 48 CF 36 41 0 13 FB 3A 37
Octal 140 110 317 66 101 0 23 373 72 67
Binary 1100000 1001000 11001111 110110 1000001 0 10011 11111011 111010 110111

Color Harmonies of #6048CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6048CF

Black with #6048CF

Text Example


Text Example

White with #6048CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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