Html Css Color HEX #6954F8 Medium Slate Blue

📋 copy color: '#6954F8'

red 105 ◦ green 84 ◦ blue 248

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

Shades of Medium Slate Blue #6954F8

Tints of Medium Slate Blue #6954F8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.22%

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

R = 24.03%
G = 19.22%
B = 56.75%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6954F8 (or 0x6954F8) is known color: Medium Slate Blue. HEX triplet: 69, 54 and F8. RGB value is (105,84,248). Sum of RGB (Red+Green+Blue) = 105+84+248=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 248 (97.27% from 255 or 56.75% from 437); Max value from RGB is 248 - color contains mainly: blue. Hex color #6954F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6954F8 is #96AB07. Grayscale: #6C6C6C. Windows color (decimal): -9874184 or 16274537. OLE color: 16274537.

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

Color convert

RGB 105 84 248 -
CMYK 0.58 0.66 0 0.03
HSL 247.68º 0.92% 0.65% -
HSV(B) 247.68º 0.66% 0.97% -
XYZ 25.94 16.12 90.55 -
YUV 108.98 206.46 125.16 -
System Red Green Blue C M Y K H S L
Decimal 105 84 248 0.58 0.66 0 0.03 247.68 0.92 0.65
Hex 69 54 F8 3A 42 0 3 F8 5C 41
Octal 151 124 370 72 102 0 3 370 134 101
Binary 1101001 1010100 11111000 111010 1000010 0 11 11111000 1011100 1000001

Color Harmonies of #6954F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6954F8

Black with #6954F8

Text Example


Text Example

White with #6954F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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