Html Css Color HEX #6844EB Slate Blue

📋 copy color: '#6844EB'

red 104 ◦ green 68 ◦ blue 235

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

Shades of Slate Blue #6844EB

Tints of Slate Blue #6844EB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.71%

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

R = 25.55%
G = 16.71%
B = 57.74%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6844EB (or 0x6844EB) is known color: Slate Blue. HEX triplet: 68, 44 and EB. RGB value is (104,68,235). Sum of RGB (Red+Green+Blue) = 104+68+235=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #6844EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6844EB is #97BB14. Grayscale: #616161. Windows color (decimal): -9943829 or 15418472. OLE color: 15418472.

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

Color convert

RGB 104 68 235 -
CMYK 0.56 0.71 0 0.08
HSL 252.93º 0.81% 0.59% -
HSV(B) 252.93º 0.71% 0.92% -
XYZ 22.77 13.08 79.92 -
YUV 97.8 205.43 132.42 -
System Red Green Blue C M Y K H S L
Decimal 104 68 235 0.56 0.71 0 0.08 252.93 0.81 0.59
Hex 68 44 EB 38 47 0 8 FD 51 3B
Octal 150 104 353 70 107 0 10 375 121 73
Binary 1101000 1000100 11101011 111000 1000111 0 1000 11111101 1010001 111011

Color Harmonies of #6844EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6844EB

Black with #6844EB

Text Example


Text Example

White with #6844EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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