Html Css Color HEX #6952EF Medium Slate Blue

📋 copy color: '#6952EF'

red 105 ◦ green 82 ◦ blue 239

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

Shades of Medium Slate Blue #6952EF

Tints of Medium Slate Blue #6952EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.25%

 BLUE value IS 239 (93.75% from 255) = 56.1%

R = 24.65%
G = 19.25%
B = 56.1%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6952EF (or 0x6952EF) is known color: Medium Slate Blue. HEX triplet: 69, 52 and EF. RGB value is (105,82,239). Sum of RGB (Red+Green+Blue) = 105+82+239=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #6952EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6952EF is #96AD10. Grayscale: #6A6A6A. Windows color (decimal): -9874705 or 15684201. OLE color: 15684201.

HSL color Cylindrical-coordinate representation of color #6952EF: hue angle of 248.79º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6952EF is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 82 239 -
CMYK 0.56 0.66 0 0.06
HSL 248.79º 0.83% 0.63% -
HSV(B) 248.79º 0.66% 0.94% -
XYZ 24.42 15.27 83.32 -
YUV 106.78 202.62 126.73 -
System Red Green Blue C M Y K H S L
Decimal 105 82 239 0.56 0.66 0 0.06 248.79 0.83 0.63
Hex 69 52 EF 38 42 0 6 F9 53 3F
Octal 151 122 357 70 102 0 6 371 123 77
Binary 1101001 1010010 11101111 111000 1000010 0 110 11111001 1010011 111111

Color Harmonies of #6952EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6952EF

Black with #6952EF

Text Example


Text Example

White with #6952EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6952EF; }

 p { color: rgb(105,82,239); }

 H1.HeaderClassName
 {
   color: #6952EF;
 }
 .AnyTagClassName
 {
   color: #6952EF;
 }
</style>

background-color css

<style>
 a { background-color: #6952EF; }

 a { background-color: rgb(105,82,239); }

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

border-color css

<style>
 span { border-color: #6952EF; }

 span { border-color: rgb(105,82,239); }

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