#6D69DD

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

Shades of Slate Blue #6D69DD

Tints of Slate Blue #6D69DD

Color information

#6D69DD (or 0x6D69DD) is unknown color: approx Slate Blue. HEX triplet: 6D, 69 and DD. RGB value is (109,105,221). Sum of RGB (Red+Green+Blue) = 109+105+221=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D69DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D69DD is #929622. Grayscale: #767676. Windows color (decimal): -9606691 or 14510445. OLE color: 14510445.

HSL color Cylindrical-coordinate representation of color #6D69DD: hue angle of 242.07º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D69DD is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109105221-
CMYK0.510.5200.13
HSL242.07º63.04%63.92%-
HSV(B)242.07º52.49%86.67%-
XYZ24.4118.5770.71-
YUV119.42185.33120.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.06%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=25.06%
G=24.14%
B=50.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091052210.510.5200.13242.0763.0463.92
Hex6D69DD33340Df23f40
Octal155151335636401536277100
Binary110110111010011101110111001111010001101111100101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D69DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,105,221); }

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

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

 a { background-color: rgb(109,105,221); }

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

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

 span { border-color: rgb(109,105,221); }

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