#6863C4

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

Shades of Slate Blue #6863C4

Tints of Slate Blue #6863C4

Color information

#6863C4 (or 0x6863C4) is unknown color: approx Slate Blue. HEX triplet: 68, 63 and C4. RGB value is (104,99,196). Sum of RGB (Red+Green+Blue) = 104+99+196=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #6863C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6863C4 is #979C3B. Grayscale: #6F6F6F. Windows color (decimal): -9935932 or 12870504. OLE color: 12870504.

HSL color Cylindrical-coordinate representation of color #6863C4: hue angle of 243.09º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6863C4 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10499196-
CMYK0.470.4900.23
HSL243.09º45.12%57.84%-
HSV(B)243.09º49.49%76.86%-
XYZ20.1315.8554.22-
YUV111.55175.66122.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 196 (76.95% from 255) = 49.12%
R=26.07%
G=24.81%
B=49.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal104991960.470.4900.23243.0945.1257.84
Hex6863C42F31017f32d3a
Octal15014330457610273635572
Binary110100011000111100010010111111000101011111110011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6863C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6863C4; }

 p { color: rgb(104,99,196); }

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

<style>
 a { background-color: #6863C4; }

 a { background-color: rgb(104,99,196); }

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

<style>
 span { border-color: #6863C4; }

 span { border-color: rgb(104,99,196); }

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