#6875DB

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

Shades of Medium Slate Blue #6875DB

Tints of Medium Slate Blue #6875DB

Color information

#6875DB (or 0x6875DB) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 75 and DB. RGB value is (104,117,219). Sum of RGB (Red+Green+Blue) = 104+117+219=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #6875DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875DB is #978A24. Grayscale: #7C7C7C. Windows color (decimal): -9931301 or 14382440. OLE color: 14382440.

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

Color convert

RGB104117219-
CMYK0.530.4700.14
HSL233.22º61.5%63.33%-
HSV(B)233.22º52.51%85.88%-
XYZ24.8620.7869.72-
YUV124.74181.19113.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.64%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 219 (85.94% from 255) = 49.77%
R=23.64%
G=26.59%
B=49.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041172190.530.4700.14233.2261.563.33
Hex6875DB352F0Ee93d3f
Octal15016533365570163517577
Binary11010001110101110110111101011011110111011101001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6875DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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