Html Css Color HEX #6A64EB Medium Slate Blue

📋 copy color: '#6A64EB'

red 106 ◦ green 100 ◦ blue 235

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

Shades of Medium Slate Blue #6A64EB

Tints of Medium Slate Blue #6A64EB

RGB

 RED value IS 106 (41.8% from 255) = 24.04%

 GREEN value IS 100 (39.45% from 255) = 22.68%

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

R = 24.04%
G = 22.68%
B = 53.29%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A64EB (or 0x6A64EB) is known color: Medium Slate Blue. HEX triplet: 6A, 64 and EB. RGB value is (106,100,235). Sum of RGB (Red+Green+Blue) = 106+100+235=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A64EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A64EB is #959B14. Grayscale: #747474. Windows color (decimal): -9804565 or 15426666. OLE color: 15426666.

HSL color Cylindrical-coordinate representation of color #6A64EB: hue angle of 242.67º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A64EB is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 100 235 -
CMYK 0.55 0.57 0 0.08
HSL 242.67º 0.77% 0.66% -
HSV(B) 242.67º 0.57% 0.92% -
XYZ 25.5 18.18 80.76 -
YUV 117.18 194.49 120.02 -
System Red Green Blue C M Y K H S L
Decimal 106 100 235 0.55 0.57 0 0.08 242.67 0.77 0.66
Hex 6A 64 EB 37 39 0 8 F3 4D 42
Octal 152 144 353 67 71 0 10 363 115 102
Binary 1101010 1100100 11101011 110111 111001 0 1000 11110011 1001101 1000010

Color Harmonies of #6A64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A64EB

Black with #6A64EB

Text Example


Text Example

White with #6A64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A64EB; }

 p { color: rgb(106,100,235); }

 H1.HeaderClassName
 {
   color: #6A64EB;
 }
 .AnyTagClassName
 {
   color: #6A64EB;
 }
</style>

background-color css

<style>
 a { background-color: #6A64EB; }

 a { background-color: rgb(106,100,235); }

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

border-color css

<style>
 span { border-color: #6A64EB; }

 span { border-color: rgb(106,100,235); }

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