Html Css Color HEX #6957F8 Medium Slate Blue

📋 copy color: '#6957F8'

red 105 ◦ green 87 ◦ blue 248

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

Shades of Medium Slate Blue #6957F8

Tints of Medium Slate Blue #6957F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 56.36%

R = 23.86%
G = 19.77%
B = 56.36%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6957F8 (or 0x6957F8) is known color: Medium Slate Blue. HEX triplet: 69, 57 and F8. RGB value is (105,87,248). Sum of RGB (Red+Green+Blue) = 105+87+248=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #6957F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6957F8 is #96A807. Grayscale: #6E6E6E. Windows color (decimal): -9873416 or 16275305. OLE color: 16275305.

HSL color Cylindrical-coordinate representation of color #6957F8: hue angle of 246.71º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6957F8 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 105 87 248 -
CMYK 0.58 0.65 0 0.03
HSL 246.71º 0.92% 0.66% -
HSV(B) 246.71º 0.65% 0.97% -
XYZ 26.18 16.6 90.63 -
YUV 110.74 205.46 123.91 -
System Red Green Blue C M Y K H S L
Decimal 105 87 248 0.58 0.65 0 0.03 246.71 0.92 0.66
Hex 69 57 F8 3A 41 0 3 F7 5C 42
Octal 151 127 370 72 101 0 3 367 134 102
Binary 1101001 1010111 11111000 111010 1000001 0 11 11110111 1011100 1000010

Color Harmonies of #6957F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6957F8

Black with #6957F8

Text Example


Text Example

White with #6957F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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