Html Css Color HEX #6958FA Medium Slate Blue

📋 copy color: '#6958FA'

red 105 ◦ green 88 ◦ blue 250

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

Shades of Medium Slate Blue #6958FA

Tints of Medium Slate Blue #6958FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

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

R = 23.7%
G = 19.86%
B = 56.43%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6958FA (or 0x6958FA) is known color: Medium Slate Blue. HEX triplet: 69, 58 and FA. RGB value is (105,88,250). Sum of RGB (Red+Green+Blue) = 105+88+250=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #6958FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6958FA is #96A705. Grayscale: #6E6E6E. Windows color (decimal): -9873158 or 16406633. OLE color: 16406633.

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

Color convert

RGB 105 88 250 -
CMYK 0.58 0.65 0 0.02
HSL 246.3º 0.94% 0.66% -
HSV(B) 246.3º 0.65% 0.98% -
XYZ 26.57 16.88 92.3 -
YUV 111.55 206.13 123.33 -
System Red Green Blue C M Y K H S L
Decimal 105 88 250 0.58 0.65 0 0.02 246.3 0.94 0.66
Hex 69 58 FA 3A 41 0 2 F6 5E 42
Octal 151 130 372 72 101 0 2 366 136 102
Binary 1101001 1011000 11111010 111010 1000001 0 10 11110110 1011110 1000010

Color Harmonies of #6958FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6958FA

Black with #6958FA

Text Example


Text Example

White with #6958FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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