#695EE1

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

Shades of Slate Blue #695EE1

Tints of Slate Blue #695EE1

Color information

#695EE1 (or 0x695EE1) is unknown color: approx Slate Blue. HEX triplet: 69, 5E and E1. RGB value is (105,94,225). Sum of RGB (Red+Green+Blue) = 105+94+225=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #695EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695EE1 is #96A11E. Grayscale: #6F6F6F. Windows color (decimal): -9871647 or 14769769. OLE color: 14769769.

HSL color Cylindrical-coordinate representation of color #695EE1: hue angle of 245.04º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #695EE1 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10594225-
CMYK0.530.5800.12
HSL245.04º68.59%62.55%-
HSV(B)245.04º58.22%88.24%-
XYZ23.4216.4473.17-
YUV112.22191.64122.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.76%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 225 (88.28% from 255) = 53.07%
R=24.76%
G=22.17%
B=53.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105942250.530.5800.12245.0468.5962.55
Hex695EE1353A0Cf5453f
Octal151136341657201436510577
Binary110100110111101110000111010111101001100111101011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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