Html Css Color HEX #6045DB Slate Blue

📋 copy color: '#6045DB'

red 96 ◦ green 69 ◦ blue 219

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

Shades of Slate Blue #6045DB

Tints of Slate Blue #6045DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.97%

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

R = 25%
G = 17.97%
B = 57.03%

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

#6045DB (or 0x6045DB) is known color: Slate Blue. HEX triplet: 60, 45 and DB. RGB value is (96,69,219). Sum of RGB (Red+Green+Blue) = 96+69+219=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #6045DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045DB is #9FBA24. Grayscale: #5D5D5D. Windows color (decimal): -10467877 or 14370144. OLE color: 14370144.

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

Color convert

RGB 96 69 219 -
CMYK 0.56 0.68 0 0.14
HSL 250.8º 0.68% 0.56% -
HSV(B) 250.8º 0.68% 0.86% -
XYZ 19.74 11.86 68.27 -
YUV 94.17 198.45 129.3 -
System Red Green Blue C M Y K H S L
Decimal 96 69 219 0.56 0.68 0 0.14 250.8 0.68 0.56
Hex 60 45 DB 38 44 0 E FB 44 38
Octal 140 105 333 70 104 0 16 373 104 70
Binary 1100000 1000101 11011011 111000 1000100 0 1110 11111011 1000100 111000

Color Harmonies of #6045DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6045DB

Black with #6045DB

Text Example


Text Example

White with #6045DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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