Html Css Color HEX #6846EA Slate Blue

📋 copy color: '#6846EA'

red 104 ◦ green 70 ◦ blue 234

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

Shades of Slate Blue #6846EA

Tints of Slate Blue #6846EA

RGB

 RED value IS 104 (41.02% from 255) = 25.49%

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

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

R = 25.49%
G = 17.16%
B = 57.35%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6846EA (or 0x6846EA) is known color: Slate Blue. HEX triplet: 68, 46 and EA. RGB value is (104,70,234). Sum of RGB (Red+Green+Blue) = 104+70+234=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #6846EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6846EA is #97B915. Grayscale: #626262. Windows color (decimal): -9943318 or 15353448. OLE color: 15353448.

HSL color Cylindrical-coordinate representation of color #6846EA: hue angle of 252.44º 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 #6846EA is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 70 234 -
CMYK 0.56 0.70 0 0.08
HSL 252.44º 0.8% 0.6% -
HSV(B) 252.44º 0.7% 0.92% -
XYZ 22.75 13.26 79.2 -
YUV 98.86 204.26 131.66 -
System Red Green Blue C M Y K H S L
Decimal 104 70 234 0.56 0.70 0 0.08 252.44 0.8 0.6
Hex 68 46 EA 38 46 0 8 FC 50 3C
Octal 150 106 352 70 106 0 10 374 120 74
Binary 1101000 1000110 11101010 111000 1000110 0 1000 11111100 1010000 111100

Color Harmonies of #6846EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6846EA

Black with #6846EA

Text Example


Text Example

White with #6846EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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