#6956DD

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

Shades of Slate Blue #6956DD

Tints of Slate Blue #6956DD

Color information

#6956DD (or 0x6956DD) is unknown color: approx Slate Blue. HEX triplet: 69, 56 and DD. RGB value is (105,86,221). Sum of RGB (Red+Green+Blue) = 105+86+221=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #6956DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6956DD is #96A922. Grayscale: #6A6A6A. Windows color (decimal): -9873699 or 14505577. OLE color: 14505577.

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

Color convert

RGB10586221-
CMYK0.520.6100.13
HSL248.44º66.5%60.2%-
HSV(B)248.44º61.09%86.67%-
XYZ22.214.8870.11-
YUV107.07192.29126.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 221 (86.72% from 255) = 53.64%
R=25.49%
G=20.87%
B=53.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105862210.520.6100.13248.4466.560.2
Hex6956DD343D0Df8433c
Octal151126335647501537010374
Binary110100110101101101110111010011110101101111110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6956DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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