Html Css Color HEX #6960FA Medium Slate Blue

📋 copy color: '#6960FA'

red 105 ◦ green 96 ◦ blue 250

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

Shades of Medium Slate Blue #6960FA

Tints of Medium Slate Blue #6960FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.29%

 BLUE value IS 250 (98.05% from 255) = 55.43%

R = 23.28%
G = 21.29%
B = 55.43%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6960FA (or 0x6960FA) is known color: Medium Slate Blue. HEX triplet: 69, 60 and FA. RGB value is (105,96,250). Sum of RGB (Red+Green+Blue) = 105+96+250=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #6960FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6960FA is #969F05. Grayscale: #737373. Windows color (decimal): -9871110 or 16408681. OLE color: 16408681.

HSL color Cylindrical-coordinate representation of color #6960FA: hue angle of 243.51º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6960FA is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 96 250 -
CMYK 0.58 0.62 0 0.02
HSL 243.51º 0.94% 0.68% -
HSV(B) 243.51º 0.62% 0.98% -
XYZ 27.26 18.27 92.53 -
YUV 116.25 203.48 119.98 -
System Red Green Blue C M Y K H S L
Decimal 105 96 250 0.58 0.62 0 0.02 243.51 0.94 0.68
Hex 69 60 FA 3A 3E 0 2 F4 5E 44
Octal 151 140 372 72 76 0 2 364 136 104
Binary 1101001 1100000 11111010 111010 111110 0 10 11110100 1011110 1000100

Color Harmonies of #6960FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6960FA

Black with #6960FA

Text Example


Text Example

White with #6960FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6960FA; }

 p { color: rgb(105,96,250); }

 H1.HeaderClassName
 {
   color: #6960FA;
 }
 .AnyTagClassName
 {
   color: #6960FA;
 }
</style>

background-color css

<style>
 a { background-color: #6960FA; }

 a { background-color: rgb(105,96,250); }

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

border-color css

<style>
 span { border-color: #6960FA; }

 span { border-color: rgb(105,96,250); }

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