Html Css Color HEX #6855EB Medium Slate Blue

📋 copy color: '#6855EB'

red 104 ◦ green 85 ◦ blue 235

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

Shades of Medium Slate Blue #6855EB

Tints of Medium Slate Blue #6855EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.05%

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

R = 24.53%
G = 20.05%
B = 55.42%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6855EB (or 0x6855EB) is known color: Medium Slate Blue. HEX triplet: 68, 55 and EB. RGB value is (104,85,235). Sum of RGB (Red+Green+Blue) = 104+85+235=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #6855EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6855EB is #97AA14. Grayscale: #6B6B6B. Windows color (decimal): -9939477 or 15422824. OLE color: 15422824.

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

Color convert

RGB 104 85 235 -
CMYK 0.56 0.64 0 0.08
HSL 247.6º 0.79% 0.63% -
HSV(B) 247.6º 0.64% 0.92% -
XYZ 23.95 15.44 80.31 -
YUV 107.78 199.79 125.3 -
System Red Green Blue C M Y K H S L
Decimal 104 85 235 0.56 0.64 0 0.08 247.6 0.79 0.63
Hex 68 55 EB 38 40 0 8 F8 4F 3F
Octal 150 125 353 70 100 0 10 370 117 77
Binary 1101000 1010101 11101011 111000 1000000 0 1000 11111000 1001111 111111

Color Harmonies of #6855EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6855EB

Black with #6855EB

Text Example


Text Example

White with #6855EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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