Html Css Color HEX #6963FE Medium Slate Blue

📋 copy color: '#6963FE'

red 105 ◦ green 99 ◦ blue 254

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

Shades of Medium Slate Blue #6963FE

Tints of Medium Slate Blue #6963FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 22.93%
G = 21.62%
B = 55.46%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6963FE (or 0x6963FE) is known color: Medium Slate Blue. HEX triplet: 69, 63 and FE. RGB value is (105,99,254). Sum of RGB (Red+Green+Blue) = 105+99+254=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #6963FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6963FE is #969C01. Grayscale: #757575. Windows color (decimal): -9870338 or 16671593. OLE color: 16671593.

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

Color convert

RGB 105 99 254 -
CMYK 0.59 0.61 0 0.00
HSL 242.32º 0.99% 0.69% -
HSV(B) 242.32º 0.61% 1% -
XYZ 28.18 19.08 95.96 -
YUV 118.46 204.49 118.4 -
System Red Green Blue C M Y K H S L
Decimal 105 99 254 0.59 0.61 0 0.00 242.32 0.99 0.69
Hex 69 63 FE 3B 3D 0 0 F2 63 45
Octal 151 143 376 73 75 0 0 362 143 105
Binary 1101001 1100011 11111110 111011 111101 0 0 11110010 1100011 1000101

Color Harmonies of #6963FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6963FE

Black with #6963FE

Text Example


Text Example

White with #6963FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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