Html Css Color HEX #6946DC Slate Blue

📋 copy color: '#6946DC'

red 105 ◦ green 70 ◦ blue 220

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

Shades of Slate Blue #6946DC

Tints of Slate Blue #6946DC

RGB

 RED value IS 105 (41.41% from 255) = 26.58%

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

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

R = 26.58%
G = 17.72%
B = 55.7%

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

#6946DC (or 0x6946DC) is known color: Slate Blue. HEX triplet: 69, 46 and DC. RGB value is (105,70,220). Sum of RGB (Red+Green+Blue) = 105+70+220=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #6946DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6946DC is #96B923. Grayscale: #616161. Windows color (decimal): -9877796 or 14435945. OLE color: 14435945.

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

Color convert

RGB 105 70 220 -
CMYK 0.52 0.68 0 0.14
HSL 254º 0.68% 0.57% -
HSV(B) 254º 0.68% 0.86% -
XYZ 20.93 12.55 69.03 -
YUV 97.57 197.1 133.3 -
System Red Green Blue C M Y K H S L
Decimal 105 70 220 0.52 0.68 0 0.14 254 0.68 0.57
Hex 69 46 DC 34 44 0 E FE 44 39
Octal 151 106 334 64 104 0 16 376 104 71
Binary 1101001 1000110 11011100 110100 1000100 0 1110 11111110 1000100 111001

Color Harmonies of #6946DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6946DC

Black with #6946DC

Text Example


Text Example

White with #6946DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6946DC; }

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

 H1.HeaderClassName
 {
   color: #6946DC;
 }
 .AnyTagClassName
 {
   color: #6946DC;
 }
</style>

background-color css

<style>
 a { background-color: #6946DC; }

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

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

border-color css

<style>
 span { border-color: #6946DC; }

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

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