Html Css Color HEX #6946D6 Slate Blue

📋 copy color: '#6946D6'

red 105 ◦ green 70 ◦ blue 214

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

Shades of Slate Blue #6946D6

Tints of Slate Blue #6946D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.01%

R = 26.99%
G = 17.99%
B = 55.01%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6946D6 (or 0x6946D6) is known color: Slate Blue. HEX triplet: 69, 46 and D6. RGB value is (105,70,214). Sum of RGB (Red+Green+Blue) = 105+70+214=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #6946D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6946D6 is #96B929. Grayscale: #606060. Windows color (decimal): -9877802 or 14042729. OLE color: 14042729.

HSL color Cylindrical-coordinate representation of color #6946D6: hue angle of 254.58º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6946D6 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 70 214 -
CMYK 0.51 0.67 0 0.16
HSL 254.58º 0.64% 0.56% -
HSV(B) 254.58º 0.67% 0.84% -
XYZ 20.15 12.24 64.92 -
YUV 96.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 105 70 214 0.51 0.67 0 0.16 254.58 0.64 0.56
Hex 69 46 D6 33 43 0 10 FF 40 38
Octal 151 106 326 63 103 0 20 377 100 70
Binary 1101001 1000110 11010110 110011 1000011 0 10000 11111111 1000000 111000

Color Harmonies of #6946D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6946D6

Black with #6946D6

Text Example


Text Example

White with #6946D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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