#6960DD

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

Shades of Slate Blue #6960DD

Tints of Slate Blue #6960DD

Color information

#6960DD (or 0x6960DD) is unknown color: approx Slate Blue. HEX triplet: 69, 60 and DD. RGB value is (105,96,221). Sum of RGB (Red+Green+Blue) = 105+96+221=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #6960DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960DD is #969F22. Grayscale: #707070. Windows color (decimal): -9871139 or 14508137. OLE color: 14508137.

HSL color Cylindrical-coordinate representation of color #6960DD: hue angle of 244.32º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6960DD is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10596221-
CMYK0.520.5700.13
HSL244.32º64.77%62.16%-
HSV(B)244.32º56.56%86.67%-
XYZ23.0616.5970.39-
YUV112.94188.98122.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 221 (86.72% from 255) = 52.37%
R=24.88%
G=22.75%
B=52.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105962210.520.5700.13244.3264.7762.16
Hex6960DD34390Df4413e
Octal151140335647101536410176
Binary110100111000001101110111010011100101101111101001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6960DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6960DD; }

 p { color: rgb(105,96,221); }

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

<style>
 a { background-color: #6960DD; }

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

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

<style>
 span { border-color: #6960DD; }

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

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