Html Css Color HEX #6852EF Medium Slate Blue

📋 copy color: '#6852EF'

red 104 ◦ green 82 ◦ blue 239

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

Shades of Medium Slate Blue #6852EF

Tints of Medium Slate Blue #6852EF

RGB

 RED value IS 104 (41.02% from 255) = 24.47%

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

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

R = 24.47%
G = 19.29%
B = 56.24%

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

#6852EF (or 0x6852EF) is known color: Medium Slate Blue. HEX triplet: 68, 52 and EF. RGB value is (104,82,239). Sum of RGB (Red+Green+Blue) = 104+82+239=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #6852EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6852EF is #97AD10. Grayscale: #696969. Windows color (decimal): -9940241 or 15684200. OLE color: 15684200.

HSL color Cylindrical-coordinate representation of color #6852EF: hue angle of 248.41º 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 #6852EF is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 82 239 -
CMYK 0.56 0.66 0 0.06
HSL 248.41º 0.83% 0.63% -
HSV(B) 248.41º 0.66% 0.94% -
XYZ 24.31 15.21 83.32 -
YUV 106.48 202.79 126.23 -
System Red Green Blue C M Y K H S L
Decimal 104 82 239 0.56 0.66 0 0.06 248.41 0.83 0.63
Hex 68 52 EF 38 42 0 6 F8 53 3F
Octal 150 122 357 70 102 0 6 370 123 77
Binary 1101000 1010010 11101111 111000 1000010 0 110 11111000 1010011 111111

Color Harmonies of #6852EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6852EF

Black with #6852EF

Text Example


Text Example

White with #6852EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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