#6973D6

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

Shades of Slate Blue #6973D6

Tints of Slate Blue #6973D6

Color information

#6973D6 (or 0x6973D6) is unknown color: approx Slate Blue. HEX triplet: 69, 73 and D6. RGB value is (105,115,214). Sum of RGB (Red+Green+Blue) = 105+115+214=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #6973D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6973D6 is #968C29. Grayscale: #7A7A7A. Windows color (decimal): -9866282 or 14054249. OLE color: 14054249.

HSL color Cylindrical-coordinate representation of color #6973D6: hue angle of 234.5º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6973D6 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105115214-
CMYK0.510.4600.16
HSL234.5º57.07%62.55%-
HSV(B)234.5º50.93%83.92%-
XYZ24.0920.1266.23-
YUV123.3179.19114.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.19%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 214 (83.98% from 255) = 49.31%
R=24.19%
G=26.50%
B=49.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051152140.510.4600.16234.557.0762.55
Hex6973D6332E010ea393f
Octal15116332663560203527177
Binary110100111100111101011011001110111001000011101010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6973D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6973D6; }

 p { color: rgb(105,115,214); }

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

<style>
 a { background-color: #6973D6; }

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

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

<style>
 span { border-color: #6973D6; }

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

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