#6860DA

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

Shades of Slate Blue #6860DA

Tints of Slate Blue #6860DA

Color information

#6860DA (or 0x6860DA) is unknown color: approx Slate Blue. HEX triplet: 68, 60 and DA. RGB value is (104,96,218). Sum of RGB (Red+Green+Blue) = 104+96+218=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #6860DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860DA is #979F25. Grayscale: #6F6F6F. Windows color (decimal): -9936678 or 14311528. OLE color: 14311528.

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

Color convert

RGB10496218-
CMYK0.520.5600.15
HSL243.93º62.24%61.57%-
HSV(B)243.93º55.96%85.49%-
XYZ22.5516.3768.3-
YUV112.3187.65122.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 218 (85.55% from 255) = 52.15%
R=24.88%
G=22.97%
B=52.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal104962180.520.5600.15243.9362.2461.57
Hex6860DA34380Ff43e3e
Octal15014033264700173647676
Binary11010001100000110110101101001110000111111110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6860DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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