#695EC1

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

Shades of Slate Blue #695EC1

Tints of Slate Blue #695EC1

Color information

#695EC1 (or 0x695EC1) is unknown color: approx Slate Blue. HEX triplet: 69, 5E and C1. RGB value is (105,94,193). Sum of RGB (Red+Green+Blue) = 105+94+193=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #695EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695EC1 is #96A13E. Grayscale: #6C6C6C. Windows color (decimal): -9871679 or 12672617. OLE color: 12672617.

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

Color convert

RGB10594193-
CMYK0.460.5100.24
HSL246.67º44.39%56.27%-
HSV(B)246.67º51.3%75.69%-
XYZ19.4514.8652.29-
YUV108.57175.64125.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.79%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 193 (75.78% from 255) = 49.23%
R=26.79%
G=23.98%
B=49.23%

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
Decimal105941930.460.5100.24246.6744.3956.27
Hex695EC12E33018f72c38
Octal15113630156630303675470
Binary110100110111101100000110111011001101100011110111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,94,193); }

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

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

 a { background-color: rgb(105,94,193); }

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

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

 span { border-color: rgb(105,94,193); }

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