Html Css Color HEX #6A71DC Medium Slate Blue

📋 copy color: '#6A71DC'

red 106 ◦ green 113 ◦ blue 220

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

Shades of Medium Slate Blue #6A71DC

Tints of Medium Slate Blue #6A71DC

RGB

 RED value IS 106 (41.8% from 255) = 24.15%

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 24.15%
G = 25.74%
B = 50.11%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A71DC (or 0x6A71DC) is known color: Medium Slate Blue. HEX triplet: 6A, 71 and DC. RGB value is (106,113,220). Sum of RGB (Red+Green+Blue) = 106+113+220=439 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.15% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A71DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A71DC is #958E23. Grayscale: #7A7A7A. Windows color (decimal): -9801252 or 14446954. OLE color: 14446954.

HSL color Cylindrical-coordinate representation of color #6A71DC: hue angle of 236.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A71DC is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 113 220 -
CMYK 0.52 0.49 0 0.14
HSL 236.32º 0.62% 0.64% -
HSV(B) 236.32º 0.52% 0.86% -
XYZ 24.77 20.04 70.27 -
YUV 123.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 106 113 220 0.52 0.49 0 0.14 236.32 0.62 0.64
Hex 6A 71 DC 34 31 0 E EC 3E 40
Octal 152 161 334 64 61 0 16 354 76 100
Binary 1101010 1110001 11011100 110100 110001 0 1110 11101100 111110 1000000

Color Harmonies of #6A71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A71DC

Black with #6A71DC

Text Example


Text Example

White with #6A71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A71DC; }

 p { color: rgb(106,113,220); }

 H1.HeaderClassName
 {
   color: #6A71DC;
 }
 .AnyTagClassName
 {
   color: #6A71DC;
 }
</style>

background-color css

<style>
 a { background-color: #6A71DC; }

 a { background-color: rgb(106,113,220); }

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

border-color css

<style>
 span { border-color: #6A71DC; }

 span { border-color: rgb(106,113,220); }

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