#695ADA

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

Shades of Slate Blue #695ADA

Tints of Slate Blue #695ADA

Color information

#695ADA (or 0x695ADA) is unknown color: approx Slate Blue. HEX triplet: 69, 5A and DA. RGB value is (105,90,218). Sum of RGB (Red+Green+Blue) = 105+90+218=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #695ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ADA is #96A525. Grayscale: #6C6C6C. Windows color (decimal): -9872678 or 14309993. OLE color: 14309993.

HSL color Cylindrical-coordinate representation of color #695ADA: hue angle of 247.03º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #695ADA is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10590218-
CMYK0.520.5900.15
HSL247.03º63.37%60.39%-
HSV(B)247.03º58.72%85.49%-
XYZ22.1415.3868.13-
YUV109.08189.47125.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.42%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 218 (85.55% from 255) = 52.78%
R=25.42%
G=21.79%
B=52.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal105902180.520.5900.15247.0363.3760.39
Hex695ADA343B0Ff73f3c
Octal15113233264730173677774
Binary11010011011010110110101101001110110111111110111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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