#6862E0

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

Shades of Slate Blue #6862E0

Tints of Slate Blue #6862E0

Color information

#6862E0 (or 0x6862E0) is unknown color: approx Slate Blue. HEX triplet: 68, 62 and E0. RGB value is (104,98,224). Sum of RGB (Red+Green+Blue) = 104+98+224=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #6862E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6862E0 is #979D1F. Grayscale: #717171. Windows color (decimal): -9936160 or 14705256. OLE color: 14705256.

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

Color convert

RGB10498224-
CMYK0.540.5600.12
HSL242.86º67.02%63.14%-
HSV(B)242.86º56.25%87.84%-
XYZ23.5317.0672.57-
YUV114.16189.99120.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.41%
GREEN value IS 98 (38.67% from 255) = 23.00%
BLUE value IS 224 (87.89% from 255) = 52.58%
R=24.41%
G=23.00%
B=52.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal104982240.540.5600.12242.8667.0263.14
Hex6862E036380Cf3433f
Octal150142340667001436310377
Binary110100011000101110000011011011100001100111100111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6862E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6862E0; }

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

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

<style>
 a { background-color: #6862E0; }

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

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

<style>
 span { border-color: #6862E0; }

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

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