#695fd2

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

Shades of Slate Blue #695FD2

Tints of Slate Blue #695FD2

Color information

#695FD2 (or 0x695FD2) is unknown color: approx Slate Blue. HEX triplet: 69, 5F and D2. RGB value is (105,95,210). Sum of RGB (Red+Green+Blue) = 105+95+210=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 210 (82.42% from 255 or 51.22% from 410); Max value from RGB is 210 - color contains mainly: blue. Hex color #695FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FD2 is #96A02D. Grayscale: #6E6E6E. Windows color (decimal): -9871406 or 13786985. OLE color: 13786985.

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

Color convert

RGB10595210-
CMYK0.500.5500.18
HSL245.22º56.1%59.8%-
HSV(B)245.22º54.76%82.35%-
XYZ21.5515.8462.89-
YUV111.1183.81123.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 210 (82.42% from 255) = 51.22%
R=25.61%
G=23.17%
B=51.22%

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
Decimal105952100.500.5500.18245.2256.159.8
Hex695FD23237012f5383c
Octal15113732262670223657074
Binary110100110111111101001011001011011101001011110101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695fd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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