Html Css Color HEX #6047DB Slate Blue

📋 copy color: '#6047DB'

red 96 ◦ green 71 ◦ blue 219

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

Shades of Slate Blue #6047DB

Tints of Slate Blue #6047DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 24.87%
G = 18.39%
B = 56.74%

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

#6047DB (or 0x6047DB) is known color: Slate Blue. HEX triplet: 60, 47 and DB. RGB value is (96,71,219). Sum of RGB (Red+Green+Blue) = 96+71+219=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #6047DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6047DB is #9FB824. Grayscale: #5E5E5E. Windows color (decimal): -10467365 or 14370656. OLE color: 14370656.

HSL color Cylindrical-coordinate representation of color #6047DB: hue angle of 250.14º degrees, saturation: 0.67, 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 #6047DB is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 71 219 -
CMYK 0.56 0.68 0 0.14
HSL 250.14º 0.67% 0.57% -
HSV(B) 250.14º 0.68% 0.86% -
XYZ 19.86 12.11 68.31 -
YUV 95.35 197.78 128.47 -
System Red Green Blue C M Y K H S L
Decimal 96 71 219 0.56 0.68 0 0.14 250.14 0.67 0.57
Hex 60 47 DB 38 44 0 E FA 43 39
Octal 140 107 333 70 104 0 16 372 103 71
Binary 1100000 1000111 11011011 111000 1000100 0 1110 11111010 1000011 111001

Color Harmonies of #6047DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6047DB

Black with #6047DB

Text Example


Text Example

White with #6047DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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