#695DD4

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

Shades of Slate Blue #695DD4

Tints of Slate Blue #695DD4

Color information

#695DD4 (or 0x695DD4) is unknown color: approx Slate Blue. HEX triplet: 69, 5D and D4. RGB value is (105,93,212). Sum of RGB (Red+Green+Blue) = 105+93+212=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 212 (83.20% from 255 or 51.71% from 410); Max value from RGB is 212 - color contains mainly: blue. Hex color #695DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DD4 is #96A22B. Grayscale: #6D6D6D. Windows color (decimal): -9871916 or 13917545. OLE color: 13917545.

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

Color convert

RGB10593212-
CMYK0.500.5600.17
HSL246.05º58.05%59.8%-
HSV(B)246.05º56.13%83.14%-
XYZ21.6215.5964.16-
YUV110.15185.48124.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 212 (83.20% from 255) = 51.71%
R=25.61%
G=22.68%
B=51.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal105932120.500.5600.17246.0558.0559.8
Hex695DD43238011f63a3c
Octal15113532462700213667274
Binary110100110111011101010011001011100001000111110110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,93,212); }

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

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

 a { background-color: rgb(105,93,212); }

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

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

 span { border-color: rgb(105,93,212); }

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