Html Css Color HEX #6963FB Medium Slate Blue

📋 copy color: '#6963FB'

red 105 ◦ green 99 ◦ blue 251

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

Shades of Medium Slate Blue #6963FB

Tints of Medium Slate Blue #6963FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.16%

R = 23.08%
G = 21.76%
B = 55.16%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6963FB (or 0x6963FB) is known color: Medium Slate Blue. HEX triplet: 69, 63 and FB. RGB value is (105,99,251). Sum of RGB (Red+Green+Blue) = 105+99+251=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #6963FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6963FB is #969C04. Grayscale: #757575. Windows color (decimal): -9870341 or 16474985. OLE color: 16474985.

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

Color convert

RGB 105 99 251 -
CMYK 0.58 0.61 0 0.02
HSL 242.37º 0.95% 0.69% -
HSV(B) 242.37º 0.61% 0.98% -
XYZ 27.7 18.89 93.45 -
YUV 118.12 202.99 118.64 -
System Red Green Blue C M Y K H S L
Decimal 105 99 251 0.58 0.61 0 0.02 242.37 0.95 0.69
Hex 69 63 FB 3A 3D 0 2 F2 5F 45
Octal 151 143 373 72 75 0 2 362 137 105
Binary 1101001 1100011 11111011 111010 111101 0 10 11110010 1011111 1000101

Color Harmonies of #6963FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6963FB

Black with #6963FB

Text Example


Text Example

White with #6963FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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