#6D69CF

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

Shades of Slate Blue #6D69CF

Tints of Slate Blue #6D69CF

Color information

#6D69CF (or 0x6D69CF) is unknown color: approx Slate Blue. HEX triplet: 6D, 69 and CF. RGB value is (109,105,207). Sum of RGB (Red+Green+Blue) = 109+105+207=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D69CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D69CF is #929630. Grayscale: #757575. Windows color (decimal): -9606705 or 13592941. OLE color: 13592941.

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

Color convert

RGB109105207-
CMYK0.470.4900.19
HSL242.35º51.52%61.18%-
HSV(B)242.35º49.28%81.18%-
XYZ22.6217.8661.29-
YUV117.82178.33121.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.89%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 207 (81.25% from 255) = 49.17%
R=25.89%
G=24.94%
B=49.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1091052070.470.4900.19242.3551.5261.18
Hex6D69CF2F31013f2343d
Octal15515131757610233626475
Binary110110111010011100111110111111000101001111110010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D69CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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