#695FDE

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

Shades of Slate Blue #695FDE

Tints of Slate Blue #695FDE

Color information

#695FDE (or 0x695FDE) is unknown color: approx Slate Blue. HEX triplet: 69, 5F and DE. RGB value is (105,95,222). Sum of RGB (Red+Green+Blue) = 105+95+222=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #695FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FDE is #96A021. Grayscale: #6F6F6F. Windows color (decimal): -9871394 or 14573417. OLE color: 14573417.

HSL color Cylindrical-coordinate representation of color #695FDE: hue angle of 244.72º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #695FDE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10595222-
CMYK0.530.5700.13
HSL244.72º65.8%62.16%-
HSV(B)244.72º57.21%87.06%-
XYZ23.116.4671.07-
YUV112.47189.81122.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 222 (87.11% from 255) = 52.61%
R=24.88%
G=22.51%
B=52.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105952220.530.5700.13244.7265.862.16
Hex695FDE35390Df5423e
Octal151137336657101536510276
Binary110100110111111101111011010111100101101111101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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