#695CC0

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

Shades of Slate Blue #695CC0

Tints of Slate Blue #695CC0

Color information

#695CC0 (or 0x695CC0) is unknown color: approx Slate Blue. HEX triplet: 69, 5C and C0. RGB value is (105,92,192). Sum of RGB (Red+Green+Blue) = 105+92+192=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #695CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CC0 is #96A33F. Grayscale: #6A6A6A. Windows color (decimal): -9872192 or 12606569. OLE color: 12606569.

HSL color Cylindrical-coordinate representation of color #695CC0: hue angle of 247.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #695CC0 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10592192-
CMYK0.450.5200.25
HSL247.8º44.25%55.69%-
HSV(B)247.8º52.08%75.29%-
XYZ19.1714.4651.65-
YUV107.29175.81126.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 192 (75.39% from 255) = 49.36%
R=26.99%
G=23.65%
B=49.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105921920.450.5200.25247.844.2555.69
Hex695CC02D34019f82c38
Octal15113430055640313705470
Binary110100110111001100000010110111010001100111111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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