#6869dc

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

Shades of Slate Blue #6869DC

Tints of Slate Blue #6869DC

Color information

#6869DC (or 0x6869DC) is unknown color: approx Slate Blue. HEX triplet: 68, 69 and DC. RGB value is (104,105,220). Sum of RGB (Red+Green+Blue) = 104+105+220=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #6869DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6869DC is #979623. Grayscale: #757575. Windows color (decimal): -9934372 or 14444904. OLE color: 14444904.

HSL color Cylindrical-coordinate representation of color #6869DC: hue angle of 239.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6869DC is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB104105220-
CMYK0.530.5200.14
HSL239.48º62.37%63.53%-
HSV(B)239.48º52.73%86.27%-
XYZ23.6818.2169.98-
YUV117.81185.67118.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.24%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 220 (86.33% from 255) = 51.28%
R=24.24%
G=24.48%
B=51.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041052200.530.5200.14239.4862.3763.53
Hex6869DC35340Eef3e40
Octal150151334656401635776100
Binary110100011010011101110011010111010001110111011111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6869dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6869dc; }

 p { color: rgb(104,105,220); }

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

<style>
 a { background-color: #6869dc; }

 a { background-color: rgb(104,105,220); }

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

<style>
 span { border-color: #6869dc; }

 span { border-color: rgb(104,105,220); }

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