#694BDD

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

Shades of Slate Blue #694BDD

Tints of Slate Blue #694BDD

Color information

#694BDD (or 0x694BDD) is unknown color: approx Slate Blue. HEX triplet: 69, 4B and DD. RGB value is (105,75,221). Sum of RGB (Red+Green+Blue) = 105+75+221=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #694BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694BDD is #96B422. Grayscale: #646464. Windows color (decimal): -9876515 or 14502761. OLE color: 14502761.

HSL color Cylindrical-coordinate representation of color #694BDD: hue angle of 252.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694BDD is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10575221-
CMYK0.520.6600.13
HSL252.33º68.22%58.04%-
HSV(B)252.33º66.06%86.67%-
XYZ21.3913.2669.84-
YUV100.61195.94131.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 75 (29.69% from 255) = 18.70%
BLUE value IS 221 (86.72% from 255) = 55.11%
R=26.18%
G=18.70%
B=55.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105752210.520.6600.13252.3368.2258.04
Hex694BDD34420Dfc443a
Octal1511133356410201537410472
Binary1101001100101111011101110100100001001101111111001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694BDD; }

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

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

<style>
 a { background-color: #694BDD; }

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

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

<style>
 span { border-color: #694BDD; }

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

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