#6D68CE

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

Shades of Slate Blue #6D68CE

Tints of Slate Blue #6D68CE

Color information

#6D68CE (or 0x6D68CE) is unknown color: approx Slate Blue. HEX triplet: 6D, 68 and CE. RGB value is (109,104,206). Sum of RGB (Red+Green+Blue) = 109+104+206=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D68CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68CE is #929731. Grayscale: #747474. Windows color (decimal): -9606962 or 13527149. OLE color: 13527149.

HSL color Cylindrical-coordinate representation of color #6D68CE: hue angle of 242.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D68CE is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB109104206-
CMYK0.470.5000.19
HSL242.94º51%60.78%-
HSV(B)242.94º49.51%80.78%-
XYZ22.417.6160.61-
YUV117.12178.16122.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.01%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 206 (80.86% from 255) = 49.16%
R=26.01%
G=24.82%
B=49.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1091042060.470.5000.19242.945160.78
Hex6D68CE2F32013f3333d
Octal15515031657620233636375
Binary110110111010001100111010111111001001001111110011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D68CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D68CE; }

 p { color: rgb(109,104,206); }

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

<style>
 a { background-color: #6D68CE; }

 a { background-color: rgb(109,104,206); }

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

<style>
 span { border-color: #6D68CE; }

 span { border-color: rgb(109,104,206); }

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