#6842D7

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

Shades of Slate Blue #6842D7

Tints of Slate Blue #6842D7

Color information

#6842D7 (or 0x6842D7) is unknown color: approx Slate Blue. HEX triplet: 68, 42 and D7. RGB value is (104,66,215). Sum of RGB (Red+Green+Blue) = 104+66+215=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 215 (84.38% from 255 or 55.84% from 385); Max value from RGB is 215 - color contains mainly: blue. Hex color #6842D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6842D7 is #97BD28. Grayscale: #5D5D5D. Windows color (decimal): -9944361 or 14107240. OLE color: 14107240.

HSL color Cylindrical-coordinate representation of color #6842D7: hue angle of 255.3º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6842D7 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10466215-
CMYK0.520.6900.16
HSL255.3º65.07%55.1%-
HSV(B)255.3º69.3%84.31%-
XYZ19.9211.7565.51-
YUV94.35196.09134.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.01%
GREEN value IS 66 (26.17% from 255) = 17.14%
BLUE value IS 215 (84.38% from 255) = 55.84%
R=27.01%
G=17.14%
B=55.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal104662150.520.6900.16255.365.0755.1
Hex6842D73445010ff4137
Octal1501023276410502037710167
Binary11010001000010110101111101001000101010000111111111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6842D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6842D7; }

 p { color: rgb(104,66,215); }

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

<style>
 a { background-color: #6842D7; }

 a { background-color: rgb(104,66,215); }

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

<style>
 span { border-color: #6842D7; }

 span { border-color: rgb(104,66,215); }

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