Html Css Color HEX #6958FC Medium Slate Blue

📋 copy color: '#6958FC'

red 105 ◦ green 88 ◦ blue 252

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

Shades of Medium Slate Blue #6958FC

Tints of Medium Slate Blue #6958FC

RGB

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

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

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

R = 23.6%
G = 19.78%
B = 56.63%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6958FC (or 0x6958FC) is known color: Medium Slate Blue. HEX triplet: 69, 58 and FC. RGB value is (105,88,252). Sum of RGB (Red+Green+Blue) = 105+88+252=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #6958FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6958FC is #96A703. Grayscale: #6F6F6F. Windows color (decimal): -9873156 or 16537705. OLE color: 16537705.

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

Color convert

RGB 105 88 252 -
CMYK 0.58 0.65 0 0.01
HSL 246.22º 0.96% 0.67% -
HSV(B) 246.22º 0.65% 0.99% -
XYZ 26.89 17.01 93.96 -
YUV 111.78 207.13 123.16 -
System Red Green Blue C M Y K H S L
Decimal 105 88 252 0.58 0.65 0 0.01 246.22 0.96 0.67
Hex 69 58 FC 3A 41 0 1 F6 60 43
Octal 151 130 374 72 101 0 1 366 140 103
Binary 1101001 1011000 11111100 111010 1000001 0 1 11110110 1100000 1000011

Color Harmonies of #6958FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6958FC

Black with #6958FC

Text Example


Text Example

White with #6958FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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