#6865C0

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

Shades of Slate Blue #6865C0

Tints of Slate Blue #6865C0

Color information

#6865C0 (or 0x6865C0) is unknown color: approx Slate Blue. HEX triplet: 68, 65 and C0. RGB value is (104,101,192). Sum of RGB (Red+Green+Blue) = 104+101+192=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #6865C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6865C0 is #979A3F. Grayscale: #6F6F6F. Windows color (decimal): -9935424 or 12608872. OLE color: 12608872.

HSL color Cylindrical-coordinate representation of color #6865C0: hue angle of 241.98º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6865C0 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104101192-
CMYK0.460.4700.25
HSL241.98º41.94%57.45%-
HSV(B)241.98º47.4%75.29%-
XYZ19.8816.0651.92-
YUV112.27172.99122.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 192 (75.39% from 255) = 48.36%
R=26.20%
G=25.44%
B=48.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041011920.460.4700.25241.9841.9457.45
Hex6865C02E2F019f22a39
Octal15014530056570313625271
Binary110100011001011100000010111010111101100111110010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6865C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6865C0; }

 p { color: rgb(104,101,192); }

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

<style>
 a { background-color: #6865C0; }

 a { background-color: rgb(104,101,192); }

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

<style>
 span { border-color: #6865C0; }

 span { border-color: rgb(104,101,192); }

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