Html Css Color HEX #6946EA Slate Blue

📋 copy color: '#6946EA'

red 105 ◦ green 70 ◦ blue 234

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

Shades of Slate Blue #6946EA

Tints of Slate Blue #6946EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 25.67%
G = 17.11%
B = 57.21%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6946EA (or 0x6946EA) is known color: Slate Blue. HEX triplet: 69, 46 and EA. RGB value is (105,70,234). Sum of RGB (Red+Green+Blue) = 105+70+234=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #6946EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6946EA is #96B915. Grayscale: #626262. Windows color (decimal): -9877782 or 15353449. OLE color: 15353449.

HSL color Cylindrical-coordinate representation of color #6946EA: hue angle of 252.8º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6946EA is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 70 234 -
CMYK 0.55 0.70 0 0.08
HSL 252.8º 0.8% 0.6% -
HSV(B) 252.8º 0.7% 0.92% -
XYZ 22.87 13.32 79.21 -
YUV 99.16 204.1 132.16 -
System Red Green Blue C M Y K H S L
Decimal 105 70 234 0.55 0.70 0 0.08 252.8 0.8 0.6
Hex 69 46 EA 37 46 0 8 FD 50 3C
Octal 151 106 352 67 106 0 10 375 120 74
Binary 1101001 1000110 11101010 110111 1000110 0 1000 11111101 1010000 111100

Color Harmonies of #6946EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6946EA

Black with #6946EA

Text Example


Text Example

White with #6946EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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