#695FE1

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

Shades of Slate Blue #695FE1

Tints of Slate Blue #695FE1

Color information

#695FE1 (or 0x695FE1) is unknown color: approx Slate Blue. HEX triplet: 69, 5F and E1. RGB value is (105,95,225). Sum of RGB (Red+Green+Blue) = 105+95+225=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #695FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FE1 is #96A01E. Grayscale: #707070. Windows color (decimal): -9871391 or 14770025. OLE color: 14770025.

HSL color Cylindrical-coordinate representation of color #695FE1: hue angle of 244.62º degrees, saturation: 0.68, 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 #695FE1 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10595225-
CMYK0.530.5800.12
HSL244.62º68.42%62.75%-
HSV(B)244.62º57.78%88.24%-
XYZ23.5116.6273.2-
YUV112.81191.31122.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.71%
GREEN value IS 95 (37.5% from 255) = 22.35%
BLUE value IS 225 (88.28% from 255) = 52.94%
R=24.71%
G=22.35%
B=52.94%

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
Decimal105952250.530.5800.12244.6268.4262.75
Hex695FE1353A0Cf5443f
Octal151137341657201436510477
Binary110100110111111110000111010111101001100111101011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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