Html Css Color HEX #6960FF Medium Slate Blue

📋 copy color: '#6960FF'

red 105 ◦ green 96 ◦ blue 255

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

Shades of Medium Slate Blue #6960FF

Tints of Medium Slate Blue #6960FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.92%

R = 23.03%
G = 21.05%
B = 55.92%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6960FF (or 0x6960FF) is known color: Medium Slate Blue. HEX triplet: 69, 60 and FF. RGB value is (105,96,255). Sum of RGB (Red+Green+Blue) = 105+96+255=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #6960FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6960FF is #969F00. Grayscale: #747474. Windows color (decimal): -9871105 or 16736361. OLE color: 16736361.

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

Color convert

RGB 105 96 255 -
CMYK 0.59 0.62 0 0
HSL 243.4º 1% 0.69% -
HSV(B) 243.4º 0.62% 1% -
XYZ 28.06 18.59 96.72 -
YUV 116.82 205.98 119.57 -
System Red Green Blue C M Y K H S L
Decimal 105 96 255 0.59 0.62 0 0 243.4 1 0.69
Hex 69 60 FF 3B 3E 0 0 F3 64 45
Octal 151 140 377 73 76 0 0 363 144 105
Binary 1101001 1100000 11111111 111011 111110 0 0 11110011 1100100 1000101

Color Harmonies of #6960FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6960FF

Black with #6960FF

Text Example


Text Example

White with #6960FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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