Html Css Color HEX #6650EF Medium Slate Blue

📋 copy color: '#6650EF'

red 102 ◦ green 80 ◦ blue 239

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

Shades of Medium Slate Blue #6650EF

Tints of Medium Slate Blue #6650EF

RGB

 RED value IS 102 (40.23% from 255) = 24.23%

 GREEN value IS 80 (31.64% from 255) = 19%

 BLUE value IS 239 (93.75% from 255) = 56.77%

R = 24.23%
G = 19%
B = 56.77%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6650EF (or 0x6650EF) is known color: Medium Slate Blue. HEX triplet: 66, 50 and EF. RGB value is (102,80,239). Sum of RGB (Red+Green+Blue) = 102+80+239=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #6650EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6650EF is #99AF10. Grayscale: #686868. Windows color (decimal): -10071825 or 15683686. OLE color: 15683686.

HSL color Cylindrical-coordinate representation of color #6650EF: hue angle of 248.3º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6650EF is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 80 239 -
CMYK 0.57 0.67 0 0.06
HSL 248.3º 0.83% 0.63% -
HSV(B) 248.3º 0.67% 0.94% -
XYZ 23.93 14.79 83.26 -
YUV 104.7 203.79 126.07 -
System Red Green Blue C M Y K H S L
Decimal 102 80 239 0.57 0.67 0 0.06 248.3 0.83 0.63
Hex 66 50 EF 39 43 0 6 F8 53 3F
Octal 146 120 357 71 103 0 6 370 123 77
Binary 1100110 1010000 11101111 111001 1000011 0 110 11111000 1010011 111111

Color Harmonies of #6650EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6650EF

Black with #6650EF

Text Example


Text Example

White with #6650EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6650EF; }

 p { color: rgb(102,80,239); }

 H1.HeaderClassName
 {
   color: #6650EF;
 }
 .AnyTagClassName
 {
   color: #6650EF;
 }
</style>

background-color css

<style>
 a { background-color: #6650EF; }

 a { background-color: rgb(102,80,239); }

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

border-color css

<style>
 span { border-color: #6650EF; }

 span { border-color: rgb(102,80,239); }

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