Html Css Color HEX #6958F6 Medium Slate Blue

📋 copy color: '#6958F6'

red 105 ◦ green 88 ◦ blue 246

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

Shades of Medium Slate Blue #6958F6

Tints of Medium Slate Blue #6958F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.04%

R = 23.92%
G = 20.05%
B = 56.04%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6958F6 (or 0x6958F6) is known color: Medium Slate Blue. HEX triplet: 69, 58 and F6. RGB value is (105,88,246). Sum of RGB (Red+Green+Blue) = 105+88+246=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #6958F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6958F6 is #96A709. Grayscale: #6E6E6E. Windows color (decimal): -9873162 or 16144489. OLE color: 16144489.

HSL color Cylindrical-coordinate representation of color #6958F6: hue angle of 246.46º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6958F6 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 105 88 246 -
CMYK 0.57 0.64 0 0.04
HSL 246.46º 0.9% 0.65% -
HSV(B) 246.46º 0.64% 0.96% -
XYZ 25.95 16.64 89.03 -
YUV 111.1 204.13 123.65 -
System Red Green Blue C M Y K H S L
Decimal 105 88 246 0.57 0.64 0 0.04 246.46 0.9 0.65
Hex 69 58 F6 39 40 0 4 F6 5A 41
Octal 151 130 366 71 100 0 4 366 132 101
Binary 1101001 1011000 11110110 111001 1000000 0 100 11110110 1011010 1000001

Color Harmonies of #6958F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6958F6

Black with #6958F6

Text Example


Text Example

White with #6958F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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