#695FBF

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

Shades of Slate Blue #695FBF

Tints of Slate Blue #695FBF

Color information

#695FBF (or 0x695FBF) is unknown color: approx Slate Blue. HEX triplet: 69, 5F and BF. RGB value is (105,95,191). Sum of RGB (Red+Green+Blue) = 105+95+191=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #695FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FBF is #96A040. Grayscale: #6C6C6C. Windows color (decimal): -9871425 or 12541801. OLE color: 12541801.

HSL color Cylindrical-coordinate representation of color #695FBF: hue angle of 246.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #695FBF is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10595191-
CMYK0.450.5000.25
HSL246.25º42.86%56.08%-
HSV(B)246.25º50.26%74.9%-
XYZ19.3214.9551.16-
YUV108.93174.31125.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 191 (75% from 255) = 48.85%
R=26.85%
G=24.30%
B=48.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105951910.450.5000.25246.2542.8656.08
Hex695FBF2D32019f62b38
Octal15113727755620313665370
Binary110100110111111011111110110111001001100111110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,95,191); }

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

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

 a { background-color: rgb(105,95,191); }

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

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

 span { border-color: rgb(105,95,191); }

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