Html Css Color HEX #6963FD Medium Slate Blue

📋 copy color: '#6963FD'

red 105 ◦ green 99 ◦ blue 253

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

Shades of Medium Slate Blue #6963FD

Tints of Medium Slate Blue #6963FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 22.98%
G = 21.66%
B = 55.36%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6963FD (or 0x6963FD) is known color: Medium Slate Blue. HEX triplet: 69, 63 and FD. RGB value is (105,99,253). Sum of RGB (Red+Green+Blue) = 105+99+253=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #6963FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6963FD is #969C02. Grayscale: #757575. Windows color (decimal): -9870339 or 16606057. OLE color: 16606057.

HSL color Cylindrical-coordinate representation of color #6963FD: hue angle of 242.34º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6963FD is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 99 253 -
CMYK 0.58 0.61 0 0.01
HSL 242.34º 0.97% 0.69% -
HSV(B) 242.34º 0.61% 0.99% -
XYZ 28.02 19.02 95.12 -
YUV 118.35 203.99 118.48 -
System Red Green Blue C M Y K H S L
Decimal 105 99 253 0.58 0.61 0 0.01 242.34 0.97 0.69
Hex 69 63 FD 3A 3D 0 1 F2 61 45
Octal 151 143 375 72 75 0 1 362 141 105
Binary 1101001 1100011 11111101 111010 111101 0 1 11110010 1100001 1000101

Color Harmonies of #6963FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6963FD

Black with #6963FD

Text Example


Text Example

White with #6963FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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