#6D68C1

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

Shades of Slate Blue #6D68C1

Tints of Slate Blue #6D68C1

Color information

#6D68C1 (or 0x6D68C1) is unknown color: approx Slate Blue. HEX triplet: 6D, 68 and C1. RGB value is (109,104,193). Sum of RGB (Red+Green+Blue) = 109+104+193=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #6D68C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68C1 is #92973E. Grayscale: #737373. Windows color (decimal): -9606975 or 12675181. OLE color: 12675181.

HSL color Cylindrical-coordinate representation of color #6D68C1: hue angle of 243.37º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D68C1 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB109104193-
CMYK0.440.4600.24
HSL243.37º41.78%58.24%-
HSV(B)243.37º46.11%75.69%-
XYZ20.881752.63-
YUV115.64171.66123.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.85%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=26.85%
G=25.62%
B=47.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1091041930.440.4600.24243.3741.7858.24
Hex6D68C12C2E018f32a3a
Octal15515030154560303635272
Binary110110111010001100000110110010111001100011110011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D68C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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