Html Css Color HEX #6049DB Slate Blue

📋 copy color: '#6049DB'

red 96 ◦ green 73 ◦ blue 219

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

Shades of Slate Blue #6049DB

Tints of Slate Blue #6049DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.81%

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

R = 24.74%
G = 18.81%
B = 56.44%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6049DB (or 0x6049DB) is known color: Slate Blue. HEX triplet: 60, 49 and DB. RGB value is (96,73,219). Sum of RGB (Red+Green+Blue) = 96+73+219=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #6049DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049DB is #9FB624. Grayscale: #5F5F5F. Windows color (decimal): -10466853 or 14371168. OLE color: 14371168.

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

Color convert

RGB 96 73 219 -
CMYK 0.56 0.67 0 0.14
HSL 249.45º 0.67% 0.57% -
HSV(B) 249.45º 0.67% 0.86% -
XYZ 19.99 12.37 68.35 -
YUV 96.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 96 73 219 0.56 0.67 0 0.14 249.45 0.67 0.57
Hex 60 49 DB 38 43 0 E F9 43 39
Octal 140 111 333 70 103 0 16 371 103 71
Binary 1100000 1001001 11011011 111000 1000011 0 1110 11111001 1000011 111001

Color Harmonies of #6049DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049DB

Black with #6049DB

Text Example


Text Example

White with #6049DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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