#6871DA

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

Shades of Slate Blue #6871DA

Tints of Slate Blue #6871DA

Color information

#6871DA (or 0x6871DA) is unknown color: approx Slate Blue. HEX triplet: 68, 71 and DA. RGB value is (104,113,218). Sum of RGB (Red+Green+Blue) = 104+113+218=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #6871DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871DA is #978E25. Grayscale: #797979. Windows color (decimal): -9932326 or 14315880. OLE color: 14315880.

HSL color Cylindrical-coordinate representation of color #6871DA: hue angle of 235.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6871DA is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104113218-
CMYK0.520.4800.15
HSL235.26º60.64%63.14%-
HSV(B)235.26º52.29%85.49%-
XYZ24.2719.8268.88-
YUV122.28182.02114.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.91%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 218 (85.55% from 255) = 50.11%
R=23.91%
G=25.98%
B=50.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041132180.520.4800.15235.2660.6463.14
Hex6871DA34300Feb3d3f
Octal15016133264600173537577
Binary11010001110001110110101101001100000111111101011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6871DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6871DA; }

 p { color: rgb(104,113,218); }

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

<style>
 a { background-color: #6871DA; }

 a { background-color: rgb(104,113,218); }

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

<style>
 span { border-color: #6871DA; }

 span { border-color: rgb(104,113,218); }

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