Html Css Color HEX #6846DE Slate Blue

📋 copy color: '#6846DE'

red 104 ◦ green 70 ◦ blue 222

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

Shades of Slate Blue #6846DE

Tints of Slate Blue #6846DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.06%

R = 26.26%
G = 17.68%
B = 56.06%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6846DE (or 0x6846DE) is known color: Slate Blue. HEX triplet: 68, 46 and DE. RGB value is (104,70,222). Sum of RGB (Red+Green+Blue) = 104+70+222=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #6846DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6846DE is #97B921. Grayscale: #606060. Windows color (decimal): -9943330 or 14567016. OLE color: 14567016.

HSL color Cylindrical-coordinate representation of color #6846DE: hue angle of 253.42º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6846DE is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 70 222 -
CMYK 0.53 0.68 0 0.13
HSL 253.42º 0.7% 0.57% -
HSV(B) 253.42º 0.68% 0.87% -
XYZ 21.08 12.6 70.43 -
YUV 97.49 198.26 132.64 -
System Red Green Blue C M Y K H S L
Decimal 104 70 222 0.53 0.68 0 0.13 253.42 0.7 0.57
Hex 68 46 DE 35 44 0 D FD 46 39
Octal 150 106 336 65 104 0 15 375 106 71
Binary 1101000 1000110 11011110 110101 1000100 0 1101 11111101 1000110 111001

Color Harmonies of #6846DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6846DE

Black with #6846DE

Text Example


Text Example

White with #6846DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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