#695FC3

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

Shades of Slate Blue #695FC3

Tints of Slate Blue #695FC3

Color information

#695FC3 (or 0x695FC3) is unknown color: approx Slate Blue. HEX triplet: 69, 5F and C3. RGB value is (105,95,195). Sum of RGB (Red+Green+Blue) = 105+95+195=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #695FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FC3 is #96A03C. Grayscale: #6D6D6D. Windows color (decimal): -9871421 or 12803945. OLE color: 12803945.

HSL color Cylindrical-coordinate representation of color #695FC3: hue angle of 246º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #695FC3 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10595195-
CMYK0.460.5100.24
HSL246º45.45%56.86%-
HSV(B)246º51.28%76.47%-
XYZ19.7715.1353.51-
YUV109.39176.31124.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 195 (76.56% from 255) = 49.37%
R=26.58%
G=24.05%
B=49.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105951950.460.5100.2424645.4556.86
Hex695FC32E33018f62d39
Octal15113730356630303665571
Binary110100110111111100001110111011001101100011110110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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