Html Css Color HEX #6555EB Medium Slate Blue

📋 copy color: '#6555EB'

red 101 ◦ green 85 ◦ blue 235

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

Shades of Medium Slate Blue #6555EB

Tints of Medium Slate Blue #6555EB

RGB

 RED value IS 101 (39.84% from 255) = 23.99%

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

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

R = 23.99%
G = 20.19%
B = 55.82%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6555EB (or 0x6555EB) is known color: Medium Slate Blue. HEX triplet: 65, 55 and EB. RGB value is (101,85,235). Sum of RGB (Red+Green+Blue) = 101+85+235=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #6555EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6555EB is #9AAA14. Grayscale: #6A6A6A. Windows color (decimal): -10136085 or 15422821. OLE color: 15422821.

HSL color Cylindrical-coordinate representation of color #6555EB: hue angle of 246.4º 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 #6555EB is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 85 235 -
CMYK 0.57 0.64 0 0.08
HSL 246.4º 0.79% 0.63% -
HSV(B) 246.4º 0.64% 0.92% -
XYZ 23.61 15.26 80.3 -
YUV 106.88 200.3 123.8 -
System Red Green Blue C M Y K H S L
Decimal 101 85 235 0.57 0.64 0 0.08 246.4 0.79 0.63
Hex 65 55 EB 39 40 0 8 F6 4F 3F
Octal 145 125 353 71 100 0 10 366 117 77
Binary 1100101 1010101 11101011 111001 1000000 0 1000 11110110 1001111 111111

Color Harmonies of #6555EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6555EB

Black with #6555EB

Text Example


Text Example

White with #6555EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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