Html Css Color HEX #6A54DC Slate Blue

📋 copy color: '#6A54DC'

red 106 ◦ green 84 ◦ blue 220

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

Shades of Slate Blue #6A54DC

Tints of Slate Blue #6A54DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 25.85%
G = 20.49%
B = 53.66%

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

#6A54DC (or 0x6A54DC) is known color: Slate Blue. HEX triplet: 6A, 54 and DC. RGB value is (106,84,220). Sum of RGB (Red+Green+Blue) = 106+84+220=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A54DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A54DC is #95AB23. Grayscale: #696969. Windows color (decimal): -9808676 or 14439530. OLE color: 14439530.

HSL color Cylindrical-coordinate representation of color #6A54DC: hue angle of 249.71º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A54DC is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 84 220 -
CMYK 0.52 0.62 0 0.14
HSL 249.71º 0.66% 0.6% -
HSV(B) 249.71º 0.62% 0.86% -
XYZ 22.03 14.57 69.36 -
YUV 106.08 192.29 127.94 -
System Red Green Blue C M Y K H S L
Decimal 106 84 220 0.52 0.62 0 0.14 249.71 0.66 0.6
Hex 6A 54 DC 34 3E 0 E FA 42 3C
Octal 152 124 334 64 76 0 16 372 102 74
Binary 1101010 1010100 11011100 110100 111110 0 1110 11111010 1000010 111100

Color Harmonies of #6A54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A54DC

Black with #6A54DC

Text Example


Text Example

White with #6A54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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