#6875FA

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

Shades of Medium Slate Blue #6875FA

Tints of Medium Slate Blue #6875FA

Color information

#6875FA (or 0x6875FA) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 75 and FA. RGB value is (104,117,250). Sum of RGB (Red+Green+Blue) = 104+117+250=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #6875FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6875FA is #978A05. Grayscale: #7F7F7F. Windows color (decimal): -9931270 or 16414056. OLE color: 16414056.

HSL color Cylindrical-coordinate representation of color #6875FA: hue angle of 234.66º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6875FA is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB104117250-
CMYK0.580.5300.02
HSL234.66º93.59%69.41%-
HSV(B)234.66º58.4%98.04%-
XYZ29.3322.5793.25-
YUV128.28196.69110.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.08%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 250 (98.05% from 255) = 53.08%
R=22.08%
G=24.84%
B=53.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041172500.580.5300.02234.6693.5969.41
Hex6875FA3A3502eb5e45
Octal150165372726502353136105
Binary11010001110101111110101110101101010101110101110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6875FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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