#6866e0

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

Shades of Slate Blue #6866E0

Tints of Slate Blue #6866E0

Color information

#6866E0 (or 0x6866E0) is unknown color: approx Slate Blue. HEX triplet: 68, 66 and E0. RGB value is (104,102,224). Sum of RGB (Red+Green+Blue) = 104+102+224=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #6866E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866E0 is #97991F. Grayscale: #747474. Windows color (decimal): -9935136 or 14706280. OLE color: 14706280.

HSL color Cylindrical-coordinate representation of color #6866E0: hue angle of 240.98º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6866E0 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB104102224-
CMYK0.540.5400.12
HSL240.98º66.3%63.92%-
HSV(B)240.98º54.46%87.84%-
XYZ23.9117.8372.7-
YUV116.51188.66119.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.19%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 224 (87.89% from 255) = 52.09%
R=24.19%
G=23.72%
B=52.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1041022240.540.5400.12240.9866.363.92
Hex6866E036360Cf14240
Octal1501463406666014361102100
Binary1101000110011011100000110110110110011001111000110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6866e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6866e0; }

 p { color: rgb(104,102,224); }

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

<style>
 a { background-color: #6866e0; }

 a { background-color: rgb(104,102,224); }

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

<style>
 span { border-color: #6866e0; }

 span { border-color: rgb(104,102,224); }

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