#6875DD

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

Shades of Medium Slate Blue #6875DD

Tints of Medium Slate Blue #6875DD

Color information

#6875DD (or 0x6875DD) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 75 and DD. RGB value is (104,117,221). Sum of RGB (Red+Green+Blue) = 104+117+221=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #6875DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875DD is #978A22. Grayscale: #7C7C7C. Windows color (decimal): -9931299 or 14513512. OLE color: 14513512.

HSL color Cylindrical-coordinate representation of color #6875DD: hue angle of 233.33º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6875DD is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104117221-
CMYK0.530.4700.13
HSL233.33º63.24%63.73%-
HSV(B)233.33º52.94%86.67%-
XYZ25.1220.8971.11-
YUV124.97182.19113.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.53%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 221 (86.72% from 255) = 50%
R=23.53%
G=26.47%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041172210.530.4700.13233.3363.2463.73
Hex6875DD352F0De93f40
Octal150165335655701535177100
Binary110100011101011101110111010110111101101111010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6875DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6875DD; }

 p { color: rgb(104,117,221); }

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

<style>
 a { background-color: #6875DD; }

 a { background-color: rgb(104,117,221); }

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

<style>
 span { border-color: #6875DD; }

 span { border-color: rgb(104,117,221); }

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