Html Css Color HEX #6B75DC Medium Slate Blue

📋 copy color: '#6B75DC'

red 107 ◦ green 117 ◦ blue 220

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

Shades of Medium Slate Blue #6B75DC

Tints of Medium Slate Blue #6B75DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

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

R = 24.1%
G = 26.35%
B = 49.55%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B75DC (or 0x6B75DC) is known color: Medium Slate Blue. HEX triplet: 6B, 75 and DC. RGB value is (107,117,220). Sum of RGB (Red+Green+Blue) = 107+117+220=444 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.10% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B75DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B75DC is #948A23. Grayscale: #7D7D7D. Windows color (decimal): -9734692 or 14447979. OLE color: 14447979.

HSL color Cylindrical-coordinate representation of color #6B75DC: hue angle of 234.69º degrees, saturation: 0.62, 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 #6B75DC is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 117 220 -
CMYK 0.51 0.47 0 0.14
HSL 234.69º 0.62% 0.64% -
HSV(B) 234.69º 0.51% 0.86% -
XYZ 25.34 21.02 70.43 -
YUV 125.75 181.19 114.62 -
System Red Green Blue C M Y K H S L
Decimal 107 117 220 0.51 0.47 0 0.14 234.69 0.62 0.64
Hex 6B 75 DC 33 2F 0 E EB 3E 40
Octal 153 165 334 63 57 0 16 353 76 100
Binary 1101011 1110101 11011100 110011 101111 0 1110 11101011 111110 1000000

Color Harmonies of #6B75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B75DC

Black with #6B75DC

Text Example


Text Example

White with #6B75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,117,220); }

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

background-color css

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

 a { background-color: rgb(107,117,220); }

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

border-color css

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

 span { border-color: rgb(107,117,220); }

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