Html Css Color HEX #6957FA Medium Slate Blue

📋 copy color: '#6957FA'

red 105 ◦ green 87 ◦ blue 250

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

Shades of Medium Slate Blue #6957FA

Tints of Medium Slate Blue #6957FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.68%

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

R = 23.76%
G = 19.68%
B = 56.56%

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

#6957FA (or 0x6957FA) is known color: Medium Slate Blue. HEX triplet: 69, 57 and FA. RGB value is (105,87,250). Sum of RGB (Red+Green+Blue) = 105+87+250=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #6957FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6957FA is #96A805. Grayscale: #6E6E6E. Windows color (decimal): -9873414 or 16406377. OLE color: 16406377.

HSL color Cylindrical-coordinate representation of color #6957FA: hue angle of 246.63º 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 #6957FA is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 87 250 -
CMYK 0.58 0.65 0 0.02
HSL 246.63º 0.94% 0.66% -
HSV(B) 246.63º 0.65% 0.98% -
XYZ 26.49 16.72 92.27 -
YUV 110.96 206.46 123.75 -
System Red Green Blue C M Y K H S L
Decimal 105 87 250 0.58 0.65 0 0.02 246.63 0.94 0.66
Hex 69 57 FA 3A 41 0 2 F7 5E 42
Octal 151 127 372 72 101 0 2 367 136 102
Binary 1101001 1010111 11111010 111010 1000001 0 10 11110111 1011110 1000010

Color Harmonies of #6957FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6957FA

Black with #6957FA

Text Example


Text Example

White with #6957FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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