Html Css Color HEX #6966FC Medium Slate Blue

📋 copy color: '#6966FC'

red 105 ◦ green 102 ◦ blue 252

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

Shades of Medium Slate Blue #6966FC

Tints of Medium Slate Blue #6966FC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.22%

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 22.88%
G = 22.22%
B = 54.9%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6966FC (or 0x6966FC) is known color: Medium Slate Blue. HEX triplet: 69, 66 and FC. RGB value is (105,102,252). Sum of RGB (Red+Green+Blue) = 105+102+252=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #6966FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6966FC is #969903. Grayscale: #777777. Windows color (decimal): -9869572 or 16541289. OLE color: 16541289.

HSL color Cylindrical-coordinate representation of color #6966FC: hue angle of 241.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6966FC is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 102 252 -
CMYK 0.58 0.60 0 0.01
HSL 241.2º 0.96% 0.69% -
HSV(B) 241.2º 0.6% 0.99% -
XYZ 28.15 19.53 94.38 -
YUV 120 202.49 117.3 -
System Red Green Blue C M Y K H S L
Decimal 105 102 252 0.58 0.60 0 0.01 241.2 0.96 0.69
Hex 69 66 FC 3A 3C 0 1 F1 60 45
Octal 151 146 374 72 74 0 1 361 140 105
Binary 1101001 1100110 11111100 111010 111100 0 1 11110001 1100000 1000101

Color Harmonies of #6966FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6966FC

Black with #6966FC

Text Example


Text Example

White with #6966FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6966FC; }

 p { color: rgb(105,102,252); }

 H1.HeaderClassName
 {
   color: #6966FC;
 }
 .AnyTagClassName
 {
   color: #6966FC;
 }
</style>

background-color css

<style>
 a { background-color: #6966FC; }

 a { background-color: rgb(105,102,252); }

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

border-color css

<style>
 span { border-color: #6966FC; }

 span { border-color: rgb(105,102,252); }

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