Html Css Color HEX #6047DC Slate Blue

📋 copy color: '#6047DC'

red 96 ◦ green 71 ◦ blue 220

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

Shades of Slate Blue #6047DC

Tints of Slate Blue #6047DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.35%

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

R = 24.81%
G = 18.35%
B = 56.85%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6047DC (or 0x6047DC) is known color: Slate Blue. HEX triplet: 60, 47 and DC. RGB value is (96,71,220). Sum of RGB (Red+Green+Blue) = 96+71+220=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #6047DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6047DC is #9FB823. Grayscale: #5E5E5E. Windows color (decimal): -10467364 or 14436192. OLE color: 14436192.

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

Color convert

RGB 96 71 220 -
CMYK 0.56 0.68 0 0.14
HSL 250.07º 0.68% 0.57% -
HSV(B) 250.07º 0.68% 0.86% -
XYZ 20 12.16 69 -
YUV 95.46 198.28 128.38 -
System Red Green Blue C M Y K H S L
Decimal 96 71 220 0.56 0.68 0 0.14 250.07 0.68 0.57
Hex 60 47 DC 38 44 0 E FA 44 39
Octal 140 107 334 70 104 0 16 372 104 71
Binary 1100000 1000111 11011100 111000 1000100 0 1110 11111010 1000100 111001

Color Harmonies of #6047DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6047DC

Black with #6047DC

Text Example


Text Example

White with #6047DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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