#6969CD

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

Shades of Slate Blue #6969CD

Tints of Slate Blue #6969CD

Color information

#6969CD (or 0x6969CD) is unknown color: approx Slate Blue. HEX triplet: 69, 69 and CD. RGB value is (105,105,205). Sum of RGB (Red+Green+Blue) = 105+105+205=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #6969CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6969CD is #969632. Grayscale: #737373. Windows color (decimal): -9868851 or 13461865. OLE color: 13461865.

HSL color Cylindrical-coordinate representation of color #6969CD: hue angle of 240º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6969CD is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105105205-
CMYK0.490.4900.20
HSL240º50%60.78%-
HSV(B)240º48.78%80.39%-
XYZ21.917.5159.98-
YUV116.4178119.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=25.30%
G=25.30%
B=49.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051052050.490.4900.202405060.78
Hex6969CD3131014f0323d
Octal15115131561610243606275
Binary110100111010011100110111000111000101010011110000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6969CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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