#695CD4

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

Shades of Slate Blue #695CD4

Tints of Slate Blue #695CD4

Color information

#695CD4 (or 0x695CD4) is unknown color: approx Slate Blue. HEX triplet: 69, 5C and D4. RGB value is (105,92,212). Sum of RGB (Red+Green+Blue) = 105+92+212=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 212 (83.20% from 255 or 51.83% from 409); Max value from RGB is 212 - color contains mainly: blue. Hex color #695CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CD4 is #96A32B. Grayscale: #6D6D6D. Windows color (decimal): -9872172 or 13917289. OLE color: 13917289.

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

Color convert

RGB10592212-
CMYK0.500.5700.17
HSL246.5º58.25%59.61%-
HSV(B)246.5º56.6%83.14%-
XYZ21.5415.4164.13-
YUV109.57185.81124.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 212 (83.20% from 255) = 51.83%
R=25.67%
G=22.49%
B=51.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal105922120.500.5700.17246.558.2559.61
Hex695CD43239011f63a3c
Octal15113432462710213667274
Binary110100110111001101010011001011100101000111110110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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