Html Css Color HEX #6841EB Slate Blue

📋 copy color: '#6841EB'

red 104 ◦ green 65 ◦ blue 235

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

Shades of Slate Blue #6841EB

Tints of Slate Blue #6841EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

 BLUE value IS 235 (92.19% from 255) = 58.17%

R = 25.74%
G = 16.09%
B = 58.17%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6841EB (or 0x6841EB) is known color: Slate Blue. HEX triplet: 68, 41 and EB. RGB value is (104,65,235). Sum of RGB (Red+Green+Blue) = 104+65+235=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #6841EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6841EB is #97BE14. Grayscale: #5F5F5F. Windows color (decimal): -9944597 or 15417704. OLE color: 15417704.

HSL color Cylindrical-coordinate representation of color #6841EB: hue angle of 253.76º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6841EB is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 65 235 -
CMYK 0.56 0.72 0 0.08
HSL 253.76º 0.81% 0.59% -
HSV(B) 253.76º 0.72% 0.92% -
XYZ 22.59 12.72 79.86 -
YUV 96.04 206.42 133.68 -
System Red Green Blue C M Y K H S L
Decimal 104 65 235 0.56 0.72 0 0.08 253.76 0.81 0.59
Hex 68 41 EB 38 48 0 8 FE 51 3B
Octal 150 101 353 70 110 0 10 376 121 73
Binary 1101000 1000001 11101011 111000 1001000 0 1000 11111110 1010001 111011

Color Harmonies of #6841EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6841EB

Black with #6841EB

Text Example


Text Example

White with #6841EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6841EB; }

 p { color: rgb(104,65,235); }

 H1.HeaderClassName
 {
   color: #6841EB;
 }
 .AnyTagClassName
 {
   color: #6841EB;
 }
</style>

background-color css

<style>
 a { background-color: #6841EB; }

 a { background-color: rgb(104,65,235); }

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

border-color css

<style>
 span { border-color: #6841EB; }

 span { border-color: rgb(104,65,235); }

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