Html Css Color HEX #6A54DB Slate Blue

📋 copy color: '#6A54DB'

red 106 ◦ green 84 ◦ blue 219

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

Shades of Slate Blue #6A54DB

Tints of Slate Blue #6A54DB

RGB

 RED value IS 106 (41.8% from 255) = 25.92%

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

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

R = 25.92%
G = 20.54%
B = 53.55%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A54DB (or 0x6A54DB) is known color: Slate Blue. HEX triplet: 6A, 54 and DB. RGB value is (106,84,219). Sum of RGB (Red+Green+Blue) = 106+84+219=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A54DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A54DB is #95AB24. Grayscale: #696969. Windows color (decimal): -9808677 or 14373994. OLE color: 14373994.

HSL color Cylindrical-coordinate representation of color #6A54DB: hue angle of 249.78º 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 #6A54DB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 84 219 -
CMYK 0.52 0.62 0 0.14
HSL 249.78º 0.65% 0.59% -
HSV(B) 249.78º 0.62% 0.86% -
XYZ 21.9 14.52 68.67 -
YUV 105.97 191.79 128.02 -
System Red Green Blue C M Y K H S L
Decimal 106 84 219 0.52 0.62 0 0.14 249.78 0.65 0.59
Hex 6A 54 DB 34 3E 0 E FA 41 3B
Octal 152 124 333 64 76 0 16 372 101 73
Binary 1101010 1010100 11011011 110100 111110 0 1110 11111010 1000001 111011

Color Harmonies of #6A54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A54DB

Black with #6A54DB

Text Example


Text Example

White with #6A54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A54DB; }

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

 H1.HeaderClassName
 {
   color: #6A54DB;
 }
 .AnyTagClassName
 {
   color: #6A54DB;
 }
</style>

background-color css

<style>
 a { background-color: #6A54DB; }

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

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

border-color css

<style>
 span { border-color: #6A54DB; }

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

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