Html Css Color HEX #6059DB Slate Blue

📋 copy color: '#6059DB'

red 96 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #6059DB

Tints of Slate Blue #6059DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.03%

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

R = 23.76%
G = 22.03%
B = 54.21%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6059DB (or 0x6059DB) is known color: Slate Blue. HEX triplet: 60, 59 and DB. RGB value is (96,89,219). Sum of RGB (Red+Green+Blue) = 96+89+219=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #6059DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059DB is #9FA624. Grayscale: #696969. Windows color (decimal): -10462757 or 14375264. OLE color: 14375264.

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

Color convert

RGB 96 89 219 -
CMYK 0.56 0.59 0 0.14
HSL 243.23º 0.64% 0.6% -
HSV(B) 243.23º 0.59% 0.86% -
XYZ 21.18 14.75 68.75 -
YUV 105.91 191.82 120.93 -
System Red Green Blue C M Y K H S L
Decimal 96 89 219 0.56 0.59 0 0.14 243.23 0.64 0.6
Hex 60 59 DB 38 3B 0 E F3 40 3C
Octal 140 131 333 70 73 0 16 363 100 74
Binary 1100000 1011001 11011011 111000 111011 0 1110 11110011 1000000 111100

Color Harmonies of #6059DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6059DB

Black with #6059DB

Text Example


Text Example

White with #6059DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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