Html Css Color HEX #6953F8 Medium Slate Blue

📋 copy color: '#6953F8'

red 105 ◦ green 83 ◦ blue 248

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

Shades of Medium Slate Blue #6953F8

Tints of Medium Slate Blue #6953F8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

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

R = 24.08%
G = 19.04%
B = 56.88%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6953F8 (or 0x6953F8) is known color: Medium Slate Blue. HEX triplet: 69, 53 and F8. RGB value is (105,83,248). Sum of RGB (Red+Green+Blue) = 105+83+248=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #6953F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6953F8 is #96AC07. Grayscale: #6B6B6B. Windows color (decimal): -9874440 or 16274281. OLE color: 16274281.

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

Color convert

RGB 105 83 248 -
CMYK 0.58 0.67 0 0.03
HSL 248º 0.92% 0.65% -
HSV(B) 248º 0.67% 0.97% -
XYZ 25.86 15.97 90.53 -
YUV 108.39 206.79 125.58 -
System Red Green Blue C M Y K H S L
Decimal 105 83 248 0.58 0.67 0 0.03 248 0.92 0.65
Hex 69 53 F8 3A 43 0 3 F8 5C 41
Octal 151 123 370 72 103 0 3 370 134 101
Binary 1101001 1010011 11111000 111010 1000011 0 11 11111000 1011100 1000001

Color Harmonies of #6953F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953F8

Black with #6953F8

Text Example


Text Example

White with #6953F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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