#6D68CD

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

Shades of Slate Blue #6D68CD

Tints of Slate Blue #6D68CD

Color information

#6D68CD (or 0x6D68CD) is unknown color: approx Slate Blue. HEX triplet: 6D, 68 and CD. RGB value is (109,104,205). Sum of RGB (Red+Green+Blue) = 109+104+205=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68CD is #929732. Grayscale: #747474. Windows color (decimal): -9606963 or 13461613. OLE color: 13461613.

HSL color Cylindrical-coordinate representation of color #6D68CD: hue angle of 242.97º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D68CD is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109104205-
CMYK0.470.4900.20
HSL242.97º50.25%60.59%-
HSV(B)242.97º49.27%80.39%-
XYZ22.2817.5659.97-
YUV117.01177.66122.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.08%
GREEN value IS 104 (41.02% from 255) = 24.88%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=26.08%
G=24.88%
B=49.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091042050.470.4900.20242.9750.2560.59
Hex6D68CD2F31014f3323d
Octal15515031557610243636275
Binary110110111010001100110110111111000101010011110011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D68CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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