#6969DC

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

Shades of Slate Blue #6969DC

Tints of Slate Blue #6969DC

Color information

#6969DC (or 0x6969DC) is unknown color: approx Slate Blue. HEX triplet: 69, 69 and DC. RGB value is (105,105,220). Sum of RGB (Red+Green+Blue) = 105+105+220=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #6969DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6969DC is #969623. Grayscale: #757575. Windows color (decimal): -9868836 or 14444905. OLE color: 14444905.

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

Color convert

RGB105105220-
CMYK0.520.5200.14
HSL240º62.16%63.73%-
HSV(B)240º52.27%86.27%-
XYZ23.818.2769.98-
YUV118.11185.5118.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 220 (86.33% from 255) = 51.16%
R=24.42%
G=24.42%
B=51.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051052200.520.5200.1424062.1663.73
Hex6969DC34340Ef03e40
Octal151151334646401636076100
Binary110100111010011101110011010011010001110111100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6969DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6969DC; }

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

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

<style>
 a { background-color: #6969DC; }

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

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

<style>
 span { border-color: #6969DC; }

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

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