Html Css Color HEX #6963E6 Medium Slate Blue

📋 copy color: '#6963E6'

red 105 ◦ green 99 ◦ blue 230

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

Shades of Medium Slate Blue #6963E6

Tints of Medium Slate Blue #6963E6

RGB

 RED value IS 105 (41.41% from 255) = 24.19%

 GREEN value IS 99 (39.06% from 255) = 22.81%

 BLUE value IS 230 (90.23% from 255) = 53%

R = 24.19%
G = 22.81%
B = 53%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6963E6 (or 0x6963E6) is known color: Medium Slate Blue. HEX triplet: 69, 63 and E6. RGB value is (105,99,230). Sum of RGB (Red+Green+Blue) = 105+99+230=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #6963E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6963E6 is #969C19. Grayscale: #737373. Windows color (decimal): -9870362 or 15098729. OLE color: 15098729.

HSL color Cylindrical-coordinate representation of color #6963E6: hue angle of 242.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6963E6 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 99 230 -
CMYK 0.54 0.57 0 0.10
HSL 242.75º 0.72% 0.65% -
HSV(B) 242.75º 0.57% 0.9% -
XYZ 24.57 17.64 76.97 -
YUV 115.73 192.49 120.35 -
System Red Green Blue C M Y K H S L
Decimal 105 99 230 0.54 0.57 0 0.10 242.75 0.72 0.65
Hex 69 63 E6 36 39 0 A F3 48 41
Octal 151 143 346 66 71 0 12 363 110 101
Binary 1101001 1100011 11100110 110110 111001 0 1010 11110011 1001000 1000001

Color Harmonies of #6963E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6963E6

Black with #6963E6

Text Example


Text Example

White with #6963E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6963E6; }

 p { color: rgb(105,99,230); }

 H1.HeaderClassName
 {
   color: #6963E6;
 }
 .AnyTagClassName
 {
   color: #6963E6;
 }
</style>

background-color css

<style>
 a { background-color: #6963E6; }

 a { background-color: rgb(105,99,230); }

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

border-color css

<style>
 span { border-color: #6963E6; }

 span { border-color: rgb(105,99,230); }

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