Html Css Color HEX #6047DA Slate Blue

📋 copy color: '#6047DA'

red 96 ◦ green 71 ◦ blue 218

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

Shades of Slate Blue #6047DA

Tints of Slate Blue #6047DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.62%

R = 24.94%
G = 18.44%
B = 56.62%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6047DA (or 0x6047DA) is known color: Slate Blue. HEX triplet: 60, 47 and DA. RGB value is (96,71,218). Sum of RGB (Red+Green+Blue) = 96+71+218=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #6047DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6047DA is #9FB825. Grayscale: #5E5E5E. Windows color (decimal): -10467366 or 14305120. OLE color: 14305120.

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

Color convert

RGB 96 71 218 -
CMYK 0.56 0.67 0 0.15
HSL 250.2º 0.67% 0.57% -
HSV(B) 250.2º 0.67% 0.85% -
XYZ 19.73 12.06 67.62 -
YUV 95.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 96 71 218 0.56 0.67 0 0.15 250.2 0.67 0.57
Hex 60 47 DA 38 43 0 F FA 43 39
Octal 140 107 332 70 103 0 17 372 103 71
Binary 1100000 1000111 11011010 111000 1000011 0 1111 11111010 1000011 111001

Color Harmonies of #6047DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6047DA

Black with #6047DA

Text Example


Text Example

White with #6047DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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