#695AD1

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

Shades of Slate Blue #695AD1

Tints of Slate Blue #695AD1

Color information

#695AD1 (or 0x695AD1) is unknown color: approx Slate Blue. HEX triplet: 69, 5A and D1. RGB value is (105,90,209). Sum of RGB (Red+Green+Blue) = 105+90+209=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #695AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695AD1 is #96A52E. Grayscale: #6B6B6B. Windows color (decimal): -9872687 or 13720169. OLE color: 13720169.

HSL color Cylindrical-coordinate representation of color #695AD1: hue angle of 247.56º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #695AD1 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10590209-
CMYK0.500.5700.18
HSL247.56º56.4%58.63%-
HSV(B)247.56º56.94%81.96%-
XYZ20.9914.9262.09-
YUV108.05184.97125.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 209 (82.03% from 255) = 51.73%
R=25.99%
G=22.28%
B=51.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105902090.500.5700.18247.5656.458.63
Hex695AD13239012f8383b
Octal15113232162710223707073
Binary110100110110101101000111001011100101001011111000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695AD1; }

 p { color: rgb(105,90,209); }

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

<style>
 a { background-color: #695AD1; }

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

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

<style>
 span { border-color: #695AD1; }

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

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