#695ADD

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

Shades of Slate Blue #695ADD

Tints of Slate Blue #695ADD

Color information

#695ADD (or 0x695ADD) is unknown color: approx Slate Blue. HEX triplet: 69, 5A and DD. RGB value is (105,90,221). Sum of RGB (Red+Green+Blue) = 105+90+221=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #695ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ADD is #96A522. Grayscale: #6C6C6C. Windows color (decimal): -9872675 or 14506601. OLE color: 14506601.

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

Color convert

RGB10590221-
CMYK0.520.5900.13
HSL246.87º65.83%60.98%-
HSV(B)246.87º59.28%86.67%-
XYZ22.5315.5470.22-
YUV109.42190.97124.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.24%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 221 (86.72% from 255) = 53.12%
R=25.24%
G=21.63%
B=53.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105902210.520.5900.13246.8765.8360.98
Hex695ADD343B0Df7423d
Octal151132335647301536710275
Binary110100110110101101110111010011101101101111101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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