#6859CB

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

Shades of Slate Blue #6859CB

Tints of Slate Blue #6859CB

Color information

#6859CB (or 0x6859CB) is unknown color: approx Slate Blue. HEX triplet: 68, 59 and CB. RGB value is (104,89,203). Sum of RGB (Red+Green+Blue) = 104+89+203=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #6859CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6859CB is #97A634. Grayscale: #6A6A6A. Windows color (decimal): -9938485 or 13326696. OLE color: 13326696.

HSL color Cylindrical-coordinate representation of color #6859CB: hue angle of 247.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6859CB is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10489203-
CMYK0.490.5600.20
HSL247.89º52.29%57.25%-
HSV(B)247.89º56.16%79.61%-
XYZ20.0614.458.22-
YUV106.48182.47126.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=26.26%
G=22.47%
B=51.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal104892030.490.5600.20247.8952.2957.25
Hex6859CB3138014f83439
Octal15013131361700243706471
Binary110100010110011100101111000111100001010011111000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6859CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6859CB; }

 p { color: rgb(104,89,203); }

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

<style>
 a { background-color: #6859CB; }

 a { background-color: rgb(104,89,203); }

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

<style>
 span { border-color: #6859CB; }

 span { border-color: rgb(104,89,203); }

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