Html Css Color HEX #6849EA Slate Blue

📋 copy color: '#6849EA'

red 104 ◦ green 73 ◦ blue 234

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

Shades of Slate Blue #6849EA

Tints of Slate Blue #6849EA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.76%

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

R = 25.3%
G = 17.76%
B = 56.93%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6849EA (or 0x6849EA) is known color: Slate Blue. HEX triplet: 68, 49 and EA. RGB value is (104,73,234). Sum of RGB (Red+Green+Blue) = 104+73+234=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #6849EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6849EA is #97B615. Grayscale: #646464. Windows color (decimal): -9942550 or 15354216. OLE color: 15354216.

HSL color Cylindrical-coordinate representation of color #6849EA: hue angle of 251.55º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6849EA is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 73 234 -
CMYK 0.56 0.69 0 0.08
HSL 251.55º 0.79% 0.6% -
HSV(B) 251.55º 0.69% 0.92% -
XYZ 22.94 13.65 79.27 -
YUV 100.62 203.27 130.41 -
System Red Green Blue C M Y K H S L
Decimal 104 73 234 0.56 0.69 0 0.08 251.55 0.79 0.6
Hex 68 49 EA 38 45 0 8 FC 4F 3C
Octal 150 111 352 70 105 0 10 374 117 74
Binary 1101000 1001001 11101010 111000 1000101 0 1000 11111100 1001111 111100

Color Harmonies of #6849EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6849EA

Black with #6849EA

Text Example


Text Example

White with #6849EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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