#6B6DFD

Color #6B6DFD Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6B6DFD

Tints of Medium Slate Blue #6B6DFD

Color information

#6B6DFD (or 0x6B6DFD) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 6D and FD. RGB value is (107,109,253). Sum of RGB (Red+Green+Blue) = 107+109+253=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B6DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6DFD is #949202. Grayscale: #7C7C7C. Windows color (decimal): -9736707 or 16608619. OLE color: 16608619.

HSL color Cylindrical-coordinate representation of color #6B6DFD: hue angle of 239.18º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B6DFD is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107109253-
CMYK0.580.5700.01
HSL239.18º97.33%70.59%-
HSV(B)239.18º57.71%99.22%-
XYZ29.2621.1595.47-
YUV124.82200.34115.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.81%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 253 (99.22% from 255) = 53.94%
R=22.81%
G=23.24%
B=53.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071092530.580.5700.01239.1897.3370.59
Hex6B6DFD3A3901ef6147
Octal153155375727101357141107
Binary1101011110110111111101111010111001011110111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,109,253); }

 H1.HeaderClassName
 {
   color: #6B6DFD;
 }
 .AnyTagClassName
 {
   color: #6B6DFD;
 }
</style>
background-color css

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

 a { background-color: rgb(107,109,253); }

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

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

 span { border-color: rgb(107,109,253); }

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