Html Css Color HEX #6A46DC Slate Blue

📋 copy color: '#6A46DC'

red 106 ◦ green 70 ◦ blue 220

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

Shades of Slate Blue #6A46DC

Tints of Slate Blue #6A46DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

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

R = 26.77%
G = 17.68%
B = 55.56%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A46DC (or 0x6A46DC) is known color: Slate Blue. HEX triplet: 6A, 46 and DC. RGB value is (106,70,220). Sum of RGB (Red+Green+Blue) = 106+70+220=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A46DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A46DC is #95B923. Grayscale: #616161. Windows color (decimal): -9812260 or 14435946. OLE color: 14435946.

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

Color convert

RGB 106 70 220 -
CMYK 0.52 0.68 0 0.14
HSL 254.4º 0.68% 0.57% -
HSV(B) 254.4º 0.68% 0.86% -
XYZ 21.05 12.61 69.03 -
YUV 97.86 196.93 133.8 -
System Red Green Blue C M Y K H S L
Decimal 106 70 220 0.52 0.68 0 0.14 254.4 0.68 0.57
Hex 6A 46 DC 34 44 0 E FE 44 39
Octal 152 106 334 64 104 0 16 376 104 71
Binary 1101010 1000110 11011100 110100 1000100 0 1110 11111110 1000100 111001

Color Harmonies of #6A46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A46DC

Black with #6A46DC

Text Example


Text Example

White with #6A46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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