Html Css Color HEX #6A54DF Slate Blue

📋 copy color: '#6A54DF'

red 106 ◦ green 84 ◦ blue 223

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

Shades of Slate Blue #6A54DF

Tints of Slate Blue #6A54DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54%

R = 25.67%
G = 20.34%
B = 54%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A54DF (or 0x6A54DF) is known color: Slate Blue. HEX triplet: 6A, 54 and DF. RGB value is (106,84,223). Sum of RGB (Red+Green+Blue) = 106+84+223=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A54DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A54DF is #95AB20. Grayscale: #696969. Windows color (decimal): -9808673 or 14636138. OLE color: 14636138.

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

Color convert

RGB 106 84 223 -
CMYK 0.52 0.62 0 0.13
HSL 249.5º 0.68% 0.6% -
HSV(B) 249.5º 0.62% 0.87% -
XYZ 22.43 14.73 71.47 -
YUV 106.42 193.79 127.7 -
System Red Green Blue C M Y K H S L
Decimal 106 84 223 0.52 0.62 0 0.13 249.5 0.68 0.6
Hex 6A 54 DF 34 3E 0 D F9 44 3C
Octal 152 124 337 64 76 0 15 371 104 74
Binary 1101010 1010100 11011111 110100 111110 0 1101 11111001 1000100 111100

Color Harmonies of #6A54DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A54DF

Black with #6A54DF

Text Example


Text Example

White with #6A54DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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