#695DD8

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

Shades of Slate Blue #695DD8

Tints of Slate Blue #695DD8

Color information

#695DD8 (or 0x695DD8) is unknown color: approx Slate Blue. HEX triplet: 69, 5D and D8. RGB value is (105,93,216). Sum of RGB (Red+Green+Blue) = 105+93+216=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #695DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DD8 is #96A227. Grayscale: #6E6E6E. Windows color (decimal): -9871912 or 14179689. OLE color: 14179689.

HSL color Cylindrical-coordinate representation of color #695DD8: hue angle of 245.85º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #695DD8 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10593216-
CMYK0.510.5700.15
HSL245.85º61.19%60.59%-
HSV(B)245.85º56.94%84.71%-
XYZ22.1315.7966.85-
YUV110.61187.48124-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.36%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 216 (84.77% from 255) = 52.17%
R=25.36%
G=22.46%
B=52.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal105932160.510.5700.15245.8561.1960.59
Hex695DD833390Ff63d3d
Octal15113533063710173667575
Binary11010011011101110110001100111110010111111110110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,93,216); }

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

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

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

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

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

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

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