Html Css Color HEX #6054DB Slate Blue

📋 copy color: '#6054DB'

red 96 ◦ green 84 ◦ blue 219

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

Shades of Slate Blue #6054DB

Tints of Slate Blue #6054DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.05%

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

R = 24.06%
G = 21.05%
B = 54.89%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6054DB (or 0x6054DB) is known color: Slate Blue. HEX triplet: 60, 54 and DB. RGB value is (96,84,219). Sum of RGB (Red+Green+Blue) = 96+84+219=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #6054DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6054DB is #9FAB24. Grayscale: #666666. Windows color (decimal): -10464037 or 14373984. OLE color: 14373984.

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

Color convert

RGB 96 84 219 -
CMYK 0.56 0.62 0 0.14
HSL 245.33º 0.65% 0.59% -
HSV(B) 245.33º 0.62% 0.86% -
XYZ 20.78 13.94 68.61 -
YUV 102.98 193.48 123.02 -
System Red Green Blue C M Y K H S L
Decimal 96 84 219 0.56 0.62 0 0.14 245.33 0.65 0.59
Hex 60 54 DB 38 3E 0 E F5 41 3B
Octal 140 124 333 70 76 0 16 365 101 73
Binary 1100000 1010100 11011011 111000 111110 0 1110 11110101 1000001 111011

Color Harmonies of #6054DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6054DB

Black with #6054DB

Text Example


Text Example

White with #6054DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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