Html Css Color HEX #6B71DB Medium Slate Blue

📋 copy color: '#6B71DB'

red 107 ◦ green 113 ◦ blue 219

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

Shades of Medium Slate Blue #6B71DB

Tints of Medium Slate Blue #6B71DB

RGB

 RED value IS 107 (42.19% from 255) = 24.37%

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

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 24.37%
G = 25.74%
B = 49.89%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B71DB (or 0x6B71DB) is known color: Medium Slate Blue. HEX triplet: 6B, 71 and DB. RGB value is (107,113,219). Sum of RGB (Red+Green+Blue) = 107+113+219=439 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.37% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B71DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B71DB is #948E24. Grayscale: #7A7A7A. Windows color (decimal): -9735717 or 14381419. OLE color: 14381419.

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

Color convert

RGB 107 113 219 -
CMYK 0.51 0.48 0 0.14
HSL 236.79º 0.61% 0.64% -
HSV(B) 236.79º 0.51% 0.86% -
XYZ 24.75 20.05 69.58 -
YUV 123.29 182.01 116.38 -
System Red Green Blue C M Y K H S L
Decimal 107 113 219 0.51 0.48 0 0.14 236.79 0.61 0.64
Hex 6B 71 DB 33 30 0 E ED 3D 40
Octal 153 161 333 63 60 0 16 355 75 100
Binary 1101011 1110001 11011011 110011 110000 0 1110 11101101 111101 1000000

Color Harmonies of #6B71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B71DB

Black with #6B71DB

Text Example


Text Example

White with #6B71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,219); }

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

background-color css

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

 a { background-color: rgb(107,113,219); }

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

border-color css

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

 span { border-color: rgb(107,113,219); }

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