#695ED1

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

Shades of Slate Blue #695ED1

Tints of Slate Blue #695ED1

Color information

#695ED1 (or 0x695ED1) is unknown color: approx Slate Blue. HEX triplet: 69, 5E and D1. RGB value is (105,94,209). Sum of RGB (Red+Green+Blue) = 105+94+209=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #695ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ED1 is #96A12E. Grayscale: #6D6D6D. Windows color (decimal): -9871663 or 13721193. OLE color: 13721193.

HSL color Cylindrical-coordinate representation of color #695ED1: hue angle of 245.74º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #695ED1 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10594209-
CMYK0.500.5500.18
HSL245.74º55.56%59.41%-
HSV(B)245.74º55.02%81.96%-
XYZ21.3415.6162.21-
YUV110.4183.64124.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 209 (82.03% from 255) = 51.23%
R=25.74%
G=23.04%
B=51.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105942090.500.5500.18245.7455.5659.41
Hex695ED13237012f6383b
Octal15113632162670223667073
Binary110100110111101101000111001011011101001011110110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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