Html Css Color HEX #6946CD Slate Blue

📋 copy color: '#6946CD'

red 105 ◦ green 70 ◦ blue 205

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

Shades of Slate Blue #6946CD

Tints of Slate Blue #6946CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.95%

R = 27.63%
G = 18.42%
B = 53.95%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6946CD (or 0x6946CD) is known color: Slate Blue. HEX triplet: 69, 46 and CD. RGB value is (105,70,205). Sum of RGB (Red+Green+Blue) = 105+70+205=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #6946CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6946CD is #96B932. Grayscale: #5F5F5F. Windows color (decimal): -9877811 or 13452905. OLE color: 13452905.

HSL color Cylindrical-coordinate representation of color #6946CD: hue angle of 255.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6946CD is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 70 205 -
CMYK 0.49 0.66 0 0.20
HSL 255.56º 0.57% 0.54% -
HSV(B) 255.56º 0.66% 0.8% -
XYZ 19.04 11.79 59.03 -
YUV 95.86 189.6 134.52 -
System Red Green Blue C M Y K H S L
Decimal 105 70 205 0.49 0.66 0 0.20 255.56 0.57 0.54
Hex 69 46 CD 31 42 0 14 100 39 36
Octal 151 106 315 61 102 0 24 400 71 66
Binary 1101001 1000110 11001101 110001 1000010 0 10100 100000000 111001 110110

Color Harmonies of #6946CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6946CD

Black with #6946CD

Text Example


Text Example

White with #6946CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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