Html Css Color HEX #6557F2 Medium Slate Blue

📋 copy color: '#6557F2'

red 101 ◦ green 87 ◦ blue 242

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

Shades of Medium Slate Blue #6557F2

Tints of Medium Slate Blue #6557F2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.23%

 BLUE value IS 242 (94.92% from 255) = 56.28%

R = 23.49%
G = 20.23%
B = 56.28%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6557F2 (or 0x6557F2) is known color: Medium Slate Blue. HEX triplet: 65, 57 and F2. RGB value is (101,87,242). Sum of RGB (Red+Green+Blue) = 101+87+242=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #6557F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6557F2 is #9AA80D. Grayscale: #6C6C6C. Windows color (decimal): -10135566 or 15882085. OLE color: 15882085.

HSL color Cylindrical-coordinate representation of color #6557F2: hue angle of 245.42º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6557F2 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 87 242 -
CMYK 0.58 0.64 0 0.05
HSL 245.42º 0.86% 0.65% -
HSV(B) 245.42º 0.64% 0.95% -
XYZ 24.8 15.99 85.78 -
YUV 108.86 203.14 122.4 -
System Red Green Blue C M Y K H S L
Decimal 101 87 242 0.58 0.64 0 0.05 245.42 0.86 0.65
Hex 65 57 F2 3A 40 0 5 F5 56 41
Octal 145 127 362 72 100 0 5 365 126 101
Binary 1100101 1010111 11110010 111010 1000000 0 101 11110101 1010110 1000001

Color Harmonies of #6557F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6557F2

Black with #6557F2

Text Example


Text Example

White with #6557F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6557F2; }

 p { color: rgb(101,87,242); }

 H1.HeaderClassName
 {
   color: #6557F2;
 }
 .AnyTagClassName
 {
   color: #6557F2;
 }
</style>

background-color css

<style>
 a { background-color: #6557F2; }

 a { background-color: rgb(101,87,242); }

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

border-color css

<style>
 span { border-color: #6557F2; }

 span { border-color: rgb(101,87,242); }

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