Html Css Color HEX #6071EF Medium Slate Blue

📋 copy color: '#6071EF'

red 96 ◦ green 113 ◦ blue 239

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

Shades of Medium Slate Blue #6071EF

Tints of Medium Slate Blue #6071EF

RGB

 RED value IS 96 (37.89% from 255) = 21.43%

 GREEN value IS 113 (44.53% from 255) = 25.22%

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

R = 21.43%
G = 25.22%
B = 53.35%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6071EF (or 0x6071EF) is known color: Medium Slate Blue. HEX triplet: 60, 71 and EF. RGB value is (96,113,239). Sum of RGB (Red+Green+Blue) = 96+113+239=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #6071EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6071EF is #9F8E10. Grayscale: #797979. Windows color (decimal): -10456593 or 15692128. OLE color: 15692128.

HSL color Cylindrical-coordinate representation of color #6071EF: hue angle of 232.87º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6071EF is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 113 239 -
CMYK 0.60 0.53 0 0.06
HSL 232.87º 0.82% 0.66% -
HSV(B) 232.87º 0.6% 0.94% -
XYZ 26.31 20.53 84.24 -
YUV 122.28 193.87 109.25 -
System Red Green Blue C M Y K H S L
Decimal 96 113 239 0.60 0.53 0 0.06 232.87 0.82 0.66
Hex 60 71 EF 3C 35 0 6 E9 52 42
Octal 140 161 357 74 65 0 6 351 122 102
Binary 1100000 1110001 11101111 111100 110101 0 110 11101001 1010010 1000010

Color Harmonies of #6071EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6071EF

Black with #6071EF

Text Example


Text Example

White with #6071EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,113,239); }

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

background-color css

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

 a { background-color: rgb(96,113,239); }

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

border-color css

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

 span { border-color: rgb(96,113,239); }

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